Show / Hide Table of Contents

Class MeleeSpeechComponent

Inheritance
System.Object
MeleeSpeechComponent
Namespace: Content.Shared.Speech.Components
Assembly: Content.Shared.dll
Syntax
public sealed class MeleeSpeechComponent : Component

Fields

| Improve this Doc View Source

Battlecry

The battlecry to be said when an entity attacks with this component

Declaration
public string? Battlecry
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

ConfigureAction

Declaration
public EntProtoId ConfigureAction
Field Value
Type Description
Robust.Shared.Prototypes.EntProtoId
| Improve this Doc View Source

ConfigureActionEntity

The action to open the battlecry UI

Declaration
public EntityUid? ConfigureActionEntity
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

MaxBattlecryLength

The maximum amount of characters allowed in a battlecry

Declaration
public int MaxBattlecryLength
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾