/tg/ Station 13 - Modules - TypesProc Details

admin_verb

This is the admin verb datum. It is used to store the verb's information and handle the verb's functionality. All of this is setup for you, and you should not be defining this manually. That means you reader. The name of the verb. The description of the verb. The category of the verb. The permissions required to use the verb. The flag that determines if the verb is visible.

Procs

assign_to_clientAssigns the verb to the admin.
unassign_from_clientUnassigns the verb from the admin.

Proc Details

assign_to_client

Assigns the verb to the admin.

unassign_from_client

Unassigns the verb from the admin.