code/__DEFINES/dcs/signals/signals_admin.dm ![code/__DEFINES/dcs/signals/signals_admin.dm0](git.png)
COMSIG_ADMIN_HELP_MADE_INACTIVE | Admin helps From /datum/admin_help/RemoveActive(). Fired when an adminhelp is made inactive either due to closing or resolving. |
---|---|
COMSIG_ADMIN_HELP_REPLIED | Called on the /datum/admin_help when the player replies. From /client/proc/cmd_admin_pm(). |
COMSIG_ADMIN_HELP_RECEIVED | Called on a client when a player receives an adminhelp. From /client/proc/receive_ahelp(message) |
Define Details
COMSIG_ADMIN_HELP_MADE_INACTIVE ![code/__DEFINES/dcs/signals/signals_admin.dm 4](git.png)
Admin helps From /datum/admin_help/RemoveActive(). Fired when an adminhelp is made inactive either due to closing or resolving.
COMSIG_ADMIN_HELP_RECEIVED ![code/__DEFINES/dcs/signals/signals_admin.dm 10](git.png)
Called on a client when a player receives an adminhelp. From /client/proc/receive_ahelp(message)
COMSIG_ADMIN_HELP_REPLIED ![code/__DEFINES/dcs/signals/signals_admin.dm 7](git.png)
Called on the /datum/admin_help when the player replies. From /client/proc/cmd_admin_pm().