GetComponent Data Member Function

Returns the component of the vector at the specified index.

Prototype

double GetComponent( 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.