Insert Data Member Function

Inserts an object in the <List>. The <List> takes ownership of the object.

Prototype

int32 Insert( Type p_oObject, int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectA pointer to the object to insert.
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.