LuaShortcutPrototype

Prototype of a shortcut.

class LuaShortcutPrototype - sort
name :: string [R] Name of this prototype.
order :: string [R] Order string of this prototype.
localised_name :: LocalisedString [R]
localised_description :: LocalisedString [R]
action :: string [R]
item_to_create :: LuaItemPrototype [R]
technology_to_unlock :: LuaTechnologyPrototype [R]
toggleable :: boolean [R]
associated_control_input :: string [R]
valid :: boolean [R] Is this object valid?
help() → string All methods, and properties that this object supports.
name :: string [Read-only]

Name of this prototype.

order :: string [Read-only]

Order string of this prototype.

localised_name :: LocalisedString [Read-only]

localised_description :: LocalisedString [Read-only]

action :: string [Read-only]

item_to_create :: LuaItemPrototype [Read-only]

technology_to_unlock :: LuaTechnologyPrototype [Read-only]

toggleable :: boolean [Read-only]

associated_control_input :: string [Read-only]