Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » Node » VariableNode » Int32Node |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| int32 | ClampValue | Sets the value stored by this <Node> if and only if the value is within the range values specified by this <Node>. |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| <Int32Range> | Range | Returns a pointer to this <Node> object's range management object. |
| int32 | Value | Gets or sets the value of the <Int32Node>, which must be a 32-bit <int32> value between -2,147,483,648 and 2,147,483,647. |