| RpObjectSetFloat Method |
Called by the server to set the value this attribute when it has no
associated modifier.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected virtual void SetFloat(
int id,
float v
)
Protected Overridable Sub SetFloat (
id As Integer,
v As Single
)
protected:
virtual void SetFloat(
int id,
float v
)
Parameters
- id
- Type: SystemInt32
A float attribute identifier. - v
- Type: SystemSingle
the value.
See Also