Prototype/EditorController: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Converted to SMW format)
Line 1: Line 1:
{{Prototype parent}}
{{Prototype parent}}
Properties of the editor controller.


== Basics ==
{{Prototype TOC|editor-controller}}
Prototype type: '''editor-controller'''
 
Properties of the editor controller.


== Mandatory properties ==
== Mandatory properties ==


=== type ===
{{Prototype property|type|[[Types/string|string]]}}
'''Type''': [[Types/string]]
 
Must be "editor-controller".
Must be "editor-controller".


=== name ===
{{Prototype property|name|[[Types/string|string]]}}
'''Type''': [[Types/string]]
 
Name of the editor-controller. Must be "default" since only one instances of this prototype can be defined.
Name of the editor-controller. Must be "default" since only one instances of this prototype can be defined.


=== inventory_size ===
{{Prototype property|inventory_size|[[Types/ItemStackIndex|ItemStackIndex]]}}
'''Type''': [[Types/ItemStackIndex]]
 
=== gun_inventory_size ===
'''Type''': [[Types/ItemStackIndex]]


=== movement_speed ===
{{Prototype property|gun_inventory_size|[[Types/ItemStackIndex|ItemStackIndex]]}}
'''Type''': [[Types/double]]


{{Prototype property|movement_speed|[[Types/double|double]]}}
Must be >= 0.34375.
Must be >= 0.34375.


=== item_pickup_distance ===
{{Prototype property|item_pickup_distance|[[Types/double|double]]}}
'''Type''': [[Types/double]]


=== loot_pickup_distance ===
{{Prototype property|loot_pickup_distance|[[Types/double|double]]}}
'''Type''': [[Types/double]]


=== mining_speed ===
{{Prototype property|mining_speed|[[Types/double|double]]}}
'''Type''': [[Types/double]]


=== enable_flash_light ===
{{Prototype property|enable_flash_light|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== adjust_speed_based_off_zoom ===
{{Prototype property|adjust_speed_based_off_zoom|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== render_as_day ===
{{Prototype property|render_as_day|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== instant_blueprint_building ===
{{Prototype property|instant_blueprint_building|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== instant_deconstruction ===
{{Prototype property|instant_deconstruction|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== instant_upgrading ===
{{Prototype property|instant_upgrading|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== show_status_icons ===
{{Prototype property|show_status_icons|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== show_hidden_entities ===
{{Prototype property|show_hidden_entities|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== show_entity_tags ===
{{Prototype property|show_entity_tags|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== generate_neighbor_chunks ===
{{Prototype property|generate_neighbor_chunks|[[Types/bool|bool]]}}
'''Type''': [[Types/bool]]


=== fill_built_entity_energy_buffers ===
{{Prototype property|fill_built_entity_energy_buffers|[[Types/bool|bool]]|optional=true}}
'''Type''': [[Types/bool]]

Revision as of 22:05, 27 July 2019