Prototype/SpectatorController: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(→‎Mandatory properties: added missing properties)
(Converted to SMW format)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Basics ==
{{Prototype parent}}
Prototype type: '''spectator-controller'''
Properties of the spectator controller.


Properties of the spectator controller.
{{Prototype TOC|spectator-controller}}


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


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


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


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

Latest revision as of 22:14, 27 July 2019

Prototype definitions » Prototype/SpectatorController


Properties of the spectator controller.


Prototype/SpectatorController — spectator-controller
movement_speed::double
name::string
type::string

Mandatory properties

type

Type: string
Must be "spectator-controller".

name

Type: string
Name of the spectator-controller. Must be "default" since only one instances of this prototype can be defined.

movement_speed

Type: double
Must be >= 0.34375.