Int8VectorArray Data Member Function

Constructs an array object with the specified count and X, Y, Z, and W values.

Prototype

Int8VectorArray Int8VectorArray( int32 p_nCount, int32 x, int32 y, int32 z, int32 w )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe array count.
int32xThe value of the X component of each vector in the array.
int32yThe value of the Y component of each vector in the array.
int32zThe value of the Z component of each vector in the array.
int32wThe value of the W component of each vector in the array.

Examples

Copy Text To Clipboard

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