Difference between revisions of "ObjectType:objectcontainer"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
  
 
== Members ==
 
== Members ==
*[[ObjectType:int|int]] '''Size''': Number of objects in the container
+
*[[ObjectType:uint|uint]] '''Size''': Number of objects in the container
*[[ObjectType:int|int]] '''Used''': Number of objects in the container
+
*[[ObjectType:uint|uint]] '''Used''': Number of objects in the container
  
 
== Methods ==
 
== Methods ==

Revision as of 15:21, 7 May 2006

Overview

Object Type Vitals
objectcontainer
Defined By LavishScript
Inherits none
Reduces To NULL
Variable Object Type none
Uses Sub-Types no
C/C++ Type LSContainer *

An objectcontainer is container of objects

Members

  • uint Size: Number of objects in the container
  • uint Used: Number of objects in the container

Methods

  • Clear: Clears all objects from the collection
  • GetIterator[iterator object]: Initializes the given iterator object for iteration of this container

See Also