RemoveAt Data Member Function

Removes the object from the <List> at the specified index and returns a pointer to the object. If the <List> owned the object, ownership of the object is released, but the object's memory is not freed. The object can be manually deleted or ownership can be transferred.

Prototype

Type RemoveAt( int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe object to remove from the <List>.

Examples

Copy Text To Clipboard

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