Refers Data Member Function

Adds a <Type> derived object 'Obj' to the <List> as a reference. The object is not owned by the <List> and will not be deleted when the <List> is deleted.

Prototype

int32 Refers( Type p_oObject )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectThe object to add to the <List>.

Examples

Copy Text To Clipboard

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