BiomeWorldGenerator
classWorld generator driven by a global biome family
Fields
| Name | Type | Description |
|---|---|---|
| global_biome | GlobalBiomeFamily | Global biome family laying out the surface |
Standard members (5)
Generated for every class of this kind by the game's codegen, not written for BiomeWorldGenerator.
| BiomeWorldGenerator.cast(object) | Trying to cast Object into BiomeWorldGenerator |
| BiomeWorldGenerator.get_class() | Return BiomeWorldGenerator class object |
| BiomeWorldGenerator.find(name) | Looks BiomeWorldGenerator up in db, nil when there is none |
| BiomeWorldGenerator.get(name) | Takes BiomeWorldGenerator from db, reports a miss to the log |
| BiomeWorldGenerator.reg(name) | Register a new BiomeWorldGenerator static object |
Inherited from Prototype (2)
- name Object name
- Prototype:is_valid() Returns false once the underlying engine object has been destroyed
Inherited from Object (1)
- Object:get_class() Class of this object