GetComponentAsInt32 Data Member Function

Returns the value of the vector at the specified index as an int32. May result in precision loss.

Prototype

int32 GetComponentAsInt32( int32 p_nComponent )

Parameters

Parameter Type Parameter Name Documentation
int32p_nComponentThe index of the component you wish to access. Value must be 0-3.

Examples

Copy Text To Clipboard

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