/tg/ Station 13 - Modules - TypesVar Details - Proc 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.

Vars

categoryThe category of the verb.
descriptionThe description of the verb.
nameThe name of the verb.
permissionsThe permissions required to use the verb.
verb_pathThe path to the verb proc.
visibility_flagThe 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.

Var Details

category

The category of the verb.

description

The description of the verb.

name

The name of the verb.

permissions

The permissions required to use the verb.

verb_path

The path to the verb proc.

visibility_flag

The flag that determines if the verb is visible.

Proc Details

assign_to_client

Assigns the verb to the admin.

unassign_from_client

Unassigns the verb from the admin.