DeallocateRange Data Member Function

Delets the the specified number of objects at the specified start position.

Prototype

int32 DeallocateRange( int32 p_nStart, int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
int32p_nStartThe position at which to start deleting objects.
int32p_nCountThe number of objects to delete.

Examples

Copy Text To Clipboard

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