Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/contextAction

Vars

close_movedDoes the action close when the mob moves

Procs

checkRequirementsIs this action even allowed to show up under the given circumstances? TRUE=yes, FALSE=no
executeMake sure that people are really allowed to do the thing they are doing in here. Double check equipped items, distance etc.
getIconStateIf 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?