Space Station 13 - Modules - TypesVar Details - Proc Details

multitool_menu

Vars

holderThe object the state of which can be changed via the multitool menu.
holder_typeThe holder type; used to make sure that the holder is the correct type.
menu_idWhich menu should be opened for the holder. For example "default_no_machine".
multitoolThe multitool that is currently attached to the object. Do not apply any changes while this is null.

Procs

notify_if_cannot_applyUsed to check if we still need to apply changes (returns true if we don't), e.g. after input() call.

Var Details

holder

The object the state of which can be changed via the multitool menu.

holder_type

The holder type; used to make sure that the holder is the correct type.

menu_id

Which menu should be opened for the holder. For example "default_no_machine".

multitool

The multitool that is currently attached to the object. Do not apply any changes while this is null.

Proc Details

notify_if_cannot_apply

Used to check if we still need to apply changes (returns true if we don't), e.g. after input() call.