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( Uint32VectorArray dst )

Parameters

Parameter Type Parameter Name Documentation
<Uint32VectorArray>dstA pointer to the destination array.

Examples

Copy Text To Clipboard

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