StaticObject

StaticObject

class

Base prototype for anything placeable in the world

Fields

NameTypeDescription
item StaticItem Item this object is built from and mined into
Standard members (4)

Generated for every class of this kind by the game's codegen, not written for StaticObject.

StaticObject.cast(object) Trying to cast Object into StaticObject
StaticObject.get_class() Return StaticObject class object
StaticObject.find(name) Looks StaticObject up in db, nil when there is none
StaticObject.get(name) Takes StaticObject from db, reports a miss to the log
Inherited from Prototype (2)
Inherited from Object (1)

Subclasses