Int32Vector Data Member Function

Constructs a <Int32Vector> object with the specified X, Y, Z, and W values.

Prototype

Int32Vector Int32Vector( int32 p_iX, int32 p_iY, int32 p_iZ, int32 p_iW )

Parameters

Parameter Type Parameter Name Documentation
int32p_iXThe X component of the vector.
int32p_iYThe Y component of the vector.
int32p_iZThe Z component of the vector.
int32p_iWThe W component of the vector.

Examples

Copy Text To Clipboard

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