machinery
Procs | |
ProcessMachine | wrapper proc for /obj/machinery/process so that signals are always sent. Call this, but do not override it. |
---|---|
can_access_remotely | Determines whether or not the user can remote access devices. This is typically limited to Borgs and AI things |
can_eject_occupant | check if a mob is allowed to eject occupants from various machines |
on_add_contents | Called when contents are added to the machine so it can do any special things it needs to |
Proc Details
ProcessMachine
wrapper proc for /obj/machinery/process so that signals are always sent. Call this, but do not override it.
can_access_remotely
Determines whether or not the user can remote access devices. This is typically limited to Borgs and AI things
can_eject_occupant
check if a mob is allowed to eject occupants from various machines
on_add_contents
Called when contents are added to the machine so it can do any special things it needs to