SetComponent Data Member Function

Sets the vector component value at the specified index.

Prototype

int32 SetComponent( int32 p_nIndex, uint32 p_uVectorComponentValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the vector component you wish to set.
uint32p_uVectorComponentValueThe value of the vector component.

Examples

Copy Text To Clipboard

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