ObjectType:objectcontainer

From Lavish Software Wiki
Revision as of 15:21, 7 May 2006 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

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

  • int Size: Number of objects in the container
  • int 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