SetComponent Data Member Function

Sets the vector component value at the specified index.

Prototype

int32 SetComponent( int32 p_nIndex, int64 value )

Parameters

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

Examples

Copy Text To Clipboard

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