multitool_menu 
Vars | |
| 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. |
Procs | |
| 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. |
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.