Owns Data Member Function

Adds to the collection an owning pointer to specified object. This can require up to a full allocation and deallocation cycle.

Prototype

int32 Owns( Type p_oObject )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectThe object the collection should own.

Examples

Copy Text To Clipboard

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