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 SourceBattlecry
The battlecry to be said when an entity attacks with this component
Declaration
public string? Battlecry
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
ConfigureAction
Declaration
public EntProtoId ConfigureAction
Field Value
Type | Description |
---|---|
Robust.Shared.Prototypes.EntProtoId |
ConfigureActionEntity
The action to open the battlecry UI
Declaration
public EntityUid? ConfigureActionEntity
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
MaxBattlecryLength
The maximum amount of characters allowed in a battlecry
Declaration
public int MaxBattlecryLength
Field Value
Type | Description |
---|---|
System.Int32 |