Move Data Member Function

Moves the memory from the source array to the destination array. Leaves the source array empty with a count of zero.

Prototype

int32 Move( Color888Array p_acDestinationArray )

Parameters

Parameter Type Parameter Name Documentation
<Color888Array>p_acDestinationArrayA pointer to the destination array.

Examples

Copy Text To Clipboard

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