Prototype/AutoplaceControl: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added prototype type to page)
m (fixed link)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Basics ==
{{Prototype parent|PrototypeBase}}
Prototype type: '''autoplace-control'''
A setting in the map creation GUI. Used by the [[Types/AutoplaceSpecification#control|autoplace system]].


A setting in the map creation GUI. Used by the [[Types/AutoplaceSpecification#control|autoplace system]].
{{Prototype TOC|autoplace-control}}


== Mandatory properties ==
== Mandatory properties ==
Inherits all properties from [[Prototype]].
Inherits all properties from [[PrototypeBase]].


=== category ===
{{Prototype property|category|[[Types/string|string]]}}
'''Type''': [[Types/string]]
Either "resource", "terrain" or "enemy". Controls in what tab the autoplace is shown in the map generator GUI.
 
Either "resource" or "terrain".


== Optional properties ==
== Optional properties ==


=== richness ===
{{Prototype property|richness|[[Types/bool|bool]]|false|optional=true}}
'''Type''': [[Types/bool]]
 
'''Default''': false
 
Sets whether this control's richness can be set by the player or not.
Sets whether this control's richness can be set by the player or not.


Line 25: Line 19:
== Differing defaults ==
== Differing defaults ==
=== order ===
=== order ===
:''See [[Prototype#order]]''
:''See [[PrototypeBase#order]]''


'''Default''': ""
'''Default''': ""


Controls are sorted in the map creation GUI according to this property.
Controls are sorted in the map creation GUI according to this property.

Revision as of 17:34, 21 November 2019

Prototype definitions » PrototypeBase » Prototype/AutoplaceControl


A setting in the map creation GUI. Used by the autoplace system.


Prototype/AutoplaceControl — autoplace-control
category::string
can_be_disabled::bool (optional)
richness::bool (optional)
Inherited from PrototypeBase
name::string
type::string
localised_description::LocalisedString (optional)
localised_name::LocalisedString (optional)
order::Order (optional)

Mandatory properties

Inherits all properties from PrototypeBase.

category

Type: string
Either "resource", "terrain" or "enemy". Controls in what tab the autoplace is shown in the map generator GUI.

Optional properties

richness

Type: bool
Default: false
Sets whether this control's richness can be set by the player or not.

If your autoplace control is used to generate ores, you probably want this to be true.

Differing defaults

order

See PrototypeBase#order

Default: ""

Controls are sorted in the map creation GUI according to this property.