/tg/ Station 13 - Modules - Types

code/modules/admin/verb_datums/_admin_verb_datum.dm

/datum/admin_verbThis 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.

The path to the verb proc.