ObjectType:objectcontainer

From Lavish Software Wiki
Revision as of 16:09, 8 July 2018 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search
Object Type Vitals
objectcontainer
Defined By LavishScript
Inherits none
Reduces To NULL
Variable Object Type none
Uses Sub-Types no
C/C++ Type LSContainer *

Overview

An objectcontainer is container of objects. This is a base type inherited by each of the standard LavishScript container types.

Members

  • uint Size: Number of objects the container may possibly contain in its present state
  • uint Used: Number of objects presently contained

Methods

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

See Also

LavishScript Object Types