Store

Note

Store is derived from Object class.

An Store represents object with a list of objects of class Store.


Constructor

Store class has one constructor:

object Store:new {
       string Keyname, string Keyname2,
}

Inherited Methods

These methods are inherited from its super classes:

Class Method Description
Object:getName Returns Store’s name.
Object:setName Sets the Store’s name.

Class Methods

These methods are defined by this class.

Store:get

Gets the the value from given key.
Store:get { field = value }

Store:add

Adds a new value to Store’s values list.
nil Store:add( * anyData )