Difference between revisions of "ObjectType:objectcontainer"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Members == | == Members == | ||
− | *[[ObjectType: | + | *[[ObjectType:uint|uint]] '''Size''': Number of objects in the container |
− | *[[ObjectType: | + | *[[ObjectType:uint|uint]] '''Used''': Number of objects in the container |
== Methods == | == Methods == |
Revision as of 15:21, 7 May 2006
Contents
Overview
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
Methods
- Clear: Clears all objects from the collection
- GetIterator[iterator object]: Initializes the given iterator object for iteration of this container