Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/listen_module/control/client_verb

Client verb listen control module datums permit other listen modules to be manipulated through the use of a verb added to a client. The module handles updating client verb lists as they log in and out of the parent tree's listener parent.

Vars

proc_pathThe path of the proc that this module should add to the client's verb list.

Procs

client_loginUpdates a client's verbs when they log into the parent tree's listener parent.
client_logoutUpdates a client's verbs when they log out of the parent tree's listener parent.
update_listener_parentUpdates the signals registered to the parent tree's listener parent.

Var Details

proc_path

The path of the proc that this module should add to the client's verb list.

Proc Details

client_login

Updates a client's verbs when they log into the parent tree's listener parent.

client_logout

Updates a client's verbs when they log out of the parent tree's listener parent.

update_listener_parent

Updates the signals registered to the parent tree's listener parent.