ClassLuaSpaceLocationPrototypeextendsLuaPrototypeBase
| Inherits from LuaPrototypeBase |
Members
Inherited from LuaPrototypeBase
| type | :: R string | Type of this prototype. |
Type of this prototype. | ||
| name | :: R string | Name of this prototype. |
Name of this prototype. | ||
| order | :: R string | The string used to alphabetically sort these prototypes. [...] |
The string used to alphabetically sort these prototypes. [...] | ||
| localised_name | :: R LocalisedString | |
| localised_description | :: R LocalisedString | |
| factoriopedia_description | :: R LocalisedString | Provides additional description used in factoriopedia. |
Provides additional description used in factoriopedia. | ||
| group | :: R LuaGroup | Group of this prototype. |
Group of this prototype. | ||
| subgroup | :: R LuaGroup | Subgroup of this prototype. |
Subgroup of this prototype. | ||
| hidden | :: R boolean | |
| hidden_in_factoriopedia | :: R boolean | |
| parameter | :: R boolean | |
| custom_tooltip_fields | :: R array[CustomTooltipField]? | Extra description items in the tooltip and Factoriopedia. |
Extra description items in the tooltip and Factoriopedia. | ||
Attributes
gravity_pull :: Read double
distance :: Read double
orientation :: Read RealOrientation
starmap_icon_orientation :: Read RealOrientation
position :: Read MapPosition
magnitude :: Read double
parked_platforms_orientation :: Read RealOrientation
parked_platforms_position :: Read MapPosition
label_orientation :: Read RealOrientation
draw_orbit :: Read boolean
fly_condition :: Read boolean
solar_power_in_space :: Read double
asteroid_spawn_influence :: Read double
asteroid_spawn_definitions :: Read array[SpaceLocationAsteroidSpawnDefinition]?
factoriopedia_alternative :: Read LuaSpaceLocationPrototype?
map_seed_offset :: Read uint32?
Can only be used if this is Planet
map_gen_settings :: Read MapGenSettings?
Can only be used if this is Planet
entities_require_heating :: Read boolean?
Can only be used if this is Planet
pollutant_type :: Read LuaAirbornePollutantPrototype?
Can only be used if this is Planet
player_effects :: Read array[TriggerItem]?
Can only be used if this is Planet
ticks_between_player_effects :: Read uint32?
Can only be used if this is Planet
valid :: Read boolean
object_name :: Read string
Class used in
- LuaItemPrototype::default_import_location
- LuaPlanet::prototype
- LuaPrototypes::space_location
- LuaSpaceConnectionPrototype::from
- LuaSpaceConnectionPrototype::to
- LuaSpaceLocationPrototype::factoriopedia_alternative
- LuaSpacePlatform::space_location
- LuaSpacePlatform::last_visited_space_location
- FactoriopediaID
- PipetteID
- SpaceLocationID

