Namespace Content.Shared.Verbs
Classes
ActivationVerb
Activation-type verbs.
AlternativeVerb
Verbs for alternative-interactions.
EquipmentVerb
Verbs specifically for interactions that occur with equipped entities. These verbs should be accessible via the stripping UI, and may optionally also be accessible via a verb on the equipee if the via inventory relay events.get-verbs event.
ExamineVerb
ExecuteVerbEvent
GetVerbsEvent<TVerb>
Directed event that requests verbs from any systems/components on a target entity.
InnateVerb
This is for verbs facilitated by components on the user. Verbs from clothing, species, etc. rather than a held item.
InteractionVerb
Primary interaction verbs. This includes both use-in-hand and interacting with external entities.
RequestServerVerbsEvent
SharedVerbSystem
UtilityVerb
These verbs are similar to the normal interaction verbs, except these interactions are facilitated by the currently held entity.
Verb
Verb objects describe actions that a user can take. The actions can be specified via an Action, local events, or networked events. Verbs also provide text, icons, and categories for displaying in the context-menu.
VerbCategory
Contains combined name and icon information for a verb category.
VerbsResponseEvent
VvVerb
View variables verbs.