Show / Hide Table of Contents

Class InnateVerb

This is for verbs facilitated by components on the user. Verbs from clothing, species, etc. rather than a held item.

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

Add a component to the user's entity and sub to the get verbs event and it'll appear in the verbs menu on any target.

Constructors

| Improve this Doc View Source

InnateVerb()

Declaration
public InnateVerb()

Properties

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