/datum/contextAction
Vars | |
close_moved | Does the action close when the mob moves |
---|---|
Procs | |
checkRequirements | Is this action even allowed to show up under the given circumstances? TRUE=yes, FALSE=no |
execute | Make sure that people are really allowed to do the thing they are doing in here. Double check equipped items, distance etc. |
getIconState | If you want to dynamically change the icon. Cutting/mending wires on doors etc? |
Var Details
close_moved
Does the action close when the mob moves
Proc Details
checkRequirements
Is this action even allowed to show up under the given circumstances? TRUE=yes, FALSE=no
execute
Make sure that people are really allowed to do the thing they are doing in here. Double check equipped items, distance etc.
getIconState
If you want to dynamically change the icon. Cutting/mending wires on doors etc?