Set Data Member Function

Sets the value at the specified index to the value of the specified object.

Prototype

int32 Set( int32 p_nIndex, Color4444 p_oColor )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the value to set.
<Color4444>p_oColorA pointer to a <Color4444> object.

Examples

Copy Text To Clipboard

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