RemoveLast Data Member Function

Removes the last object from the <List> 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

int32 RemoveLast()

Examples

Copy Text To Clipboard

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