Show / Hide Table of Contents

Class AlternativeVerb

Verbs for alternative-interactions.

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

When interacting with an entity via alt + left-click/E/Z the highest priority alt-interact verb is executed. These verbs are collectively shown second-to-last in the context menu.

Constructors

| Improve this Doc View Source

AlternativeVerb()

Declaration
public AlternativeVerb()

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
☀
☾