Show / Hide Table of Contents

Class InteractionVerb

Primary interaction verbs. This includes both use-in-hand and interacting with external entities.

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

These verbs those that involve using the hands or the currently held item on some entity. These verbs usually correspond to interactions that can be triggered by left-clicking or using 'Z', and often depend on the currently held item. These verbs are collectively shown first in the context menu.

Constructors

| Improve this Doc View Source

InteractionVerb()

Declaration
public InteractionVerb()

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