ClampValue Data Member Function

Sets the value of this <Node> by comparing the value to the min/max range values and clamping the value if necessary.

Prototype

int32 ClampValue( uint64 value )

Parameters

Parameter Type Parameter Name Documentation
uint64valueThe value you wish to set.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.