SurfaceDefinition
classGeneration setup of one planetary surface
Fields
| Name | Type | Description |
|---|---|---|
| region_map | RegionMap | Region map driving surface generation |
| generator_name | string | World generator identifier |
Standard members (4)
Generated for every class of this kind by the game's codegen, not written for SurfaceDefinition.
| SurfaceDefinition.cast(object) | Trying to cast Object into SurfaceDefinition |
| SurfaceDefinition.get_class() | Return SurfaceDefinition class object |
| SurfaceDefinition.new(parent, name) | Creates a new SurfaceDefinition instance |
| SurfaceDefinition.new_simple() | Creates a new SurfaceDefinition instance |
Inherited from Instance (1)
- Instance:is_valid() Returns false once the underlying engine object has been destroyed
Inherited from Object (3)
- name Object name
- Object.find(name) Find an already loaded object by name
- Object:get_class() Class of this object