Class AutoEmotePrototype
Inheritance
System.Object
AutoEmotePrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Chat.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class AutoEmotePrototype : object, IPrototype
Fields
| Improve this Doc View SourceChance
Declaration
public float Chance
Field Value
Type | Description |
---|---|
System.Single |
EmoteId
The ID of the emote prototype.
Declaration
public string EmoteId
Field Value
Type | Description |
---|---|
System.String |
HiddenFromChatWindow
Declaration
public bool HiddenFromChatWindow
Field Value
Type | Description |
---|---|
System.Boolean |
Interval
How often an attempt at the emote will be made.
Declaration
public TimeSpan Interval
Field Value
Type | Description |
---|---|
TimeSpan |
WithChat
Declaration
public bool WithChat
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype