Uint8Vector Data Member Function

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

Prototype

Uint8Vector Uint8Vector( uint32 X, uint32 Y, uint32 Z, uint32 W )

Parameters

Parameter Type Parameter Name Documentation
uint32XThe X component of the vector.
uint32YThe Y component of the vector.
uint32ZThe Z component of the vector.
uint32WThe W component of the vector.

Examples

Copy Text To Clipboard

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