equipment_action ![code/modules/wiremod/components/action/equpiment_action.dm 1](git.png)
Vars | |
button_name | The name to use for the button |
---|---|
granted_to | An assoc list of datum REF()s, linked to the actions granted. |
icon_options | The icon of the button |
signal | Called when the user presses the button |
user | The mob who activated their granted action |
Var Details
button_name ![code/modules/wiremod/components/action/equpiment_action.dm 10](git.png)
The name to use for the button
granted_to ![code/modules/wiremod/components/action/equpiment_action.dm 19](git.png)
An assoc list of datum REF()s, linked to the actions granted.
icon_options ![code/modules/wiremod/components/action/equpiment_action.dm 7](git.png)
The icon of the button
signal ![code/modules/wiremod/components/action/equpiment_action.dm 16](git.png)
Called when the user presses the button
user ![code/modules/wiremod/components/action/equpiment_action.dm 13](git.png)
The mob who activated their granted action