<Uint8Node> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » VariableNode » Uint8Node

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32ClampValueSets the value stored by this <Node> if and only if the value is within the range values specified by this <Node>.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Uint8Range>RangeReturns a pointer to this <Node> object's range management object.
uint32ValueGets or sets the value of the <uint8> stored by this <Node>. Since Scenome Scripting Language does not support the <uint8> data type, a <uint32> must be used to set this value. This value is converted to a <uint8> by the C++ static_cast operator.