Show / Hide Table of Contents

Class ActivationVerb

Activation-type verbs.

Inheritance
System.Object
Verb
ActivationVerb
Namespace: Content.Shared.Verbs
Assembly: Content.Shared.dll
Syntax
public sealed class ActivationVerb : Verb
Remarks

These are verbs that activate an item in the world but are independent of the currently held items. For example, opening a door or a GUI. These verbs should correspond to interactions that can be triggered by using 'E', though many of those can also be triggered by left-mouse or 'Z' if there is no other interaction. These verbs are collectively shown second in the context menu.

Constructors

| Improve this Doc View Source

ActivationVerb()

Declaration
public ActivationVerb()

Fields

| Improve this Doc View Source

DefaultTextStyleClass

Declaration
public static string DefaultTextStyleClass
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

DefaultDoContactInteraction

Declaration
public override bool DefaultDoContactInteraction { get; }
Property Value
Type Description
System.Boolean
Overrides
Verb.DefaultDoContactInteraction
| Improve this Doc View Source

TypePriority

Declaration
public override int TypePriority { get; }
Property Value
Type Description
System.Int32
Overrides
Verb.TypePriority
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾