/mob/proccall_handler | Used to handle proccalls called indirectly by an admin (e.g. tgs, circuits).
Has to be a mob because IsAdminAdvancedProcCall() checks usr, which is a mob variable.
So usr is set to this for any proccalls that don't have any usr mob/client to refer to. |
/proc/HandleUserlessProcCall |
Handles a userless proccall, used by circuits. |
/proc/HandleUserlessSDQL |
Handles a userless sdql, used by circuits and tgs. |
/proc/WrapAdminProcCall |
Wrapper for proccalls where the datum is flagged as vareditted |
---|