SetComponent Data Member Function

Sets the vector component value at the specified index.

Prototype

int32 SetComponent( int32 p_nIndex, int32 p_nValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the vector component you wish to set.
int32p_nValueThe value of the vector component. Must be a valid <int32> value.

Examples

Copy Text To Clipboard

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