Add Data Member Function

Adds a pointer to a <Type> object to the end of the array. This does not transfer ownership of the underlying memory to the array.

Prototype

int32 Add( Type p_oObject )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectA pointer to the <Type> object you wish to add to the array.

Examples

Copy Text To Clipboard

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