InsertRef Data Member Function

Inserts a pointer to the object into the <List>. The <List> does not take ownership of the object.

Prototype

int32 InsertRef( Type p_oObject, int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectThe index at which to insert the object into the <List>.
int32p_nIndexThe index at which to insert the object into the <List>.

Examples

Copy Text To Clipboard

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