Prototype
classDatabase record
Fields
| Name | Type | Description |
|---|---|---|
| name | string | Object name |
Functions
Prototype:is_valid()
Returns false once the underlying engine object has been destroyed
returns boolean
Inherited from Object (4)
- Object.find(name) Find an already loaded object by name
- Object.cast(object) Trying to cast Object into Object
- Object:get_class() Class of this object
- Object.get_class() Return Object class object
Subclasses
- Biome
- HeightGenerator
- LogicExportOption
- LogicImportOption
- NoiseGenerator
- Recipe
- RecipeDictionary
- Setting
- StaticAchievement
- StaticChapter
- StaticCover
- StaticCoverSet
- StaticItem
- StaticItemPanel
- StaticObject
- StaticPlanet
- StaticPropList
- StaticQuest
- StaticResearch
- StaticStructure
- StaticTip
- StaticWeather
- Tesselator
- WorldGenerator