Show / Hide Table of Contents

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 Source

Chance

Declaration
public float Chance
Field Value
Type Description
System.Single
| Improve this Doc View Source

EmoteId

The ID of the emote prototype.

Declaration
public string EmoteId
Field Value
Type Description
System.String
| Improve this Doc View Source

HiddenFromChatWindow

Declaration
public bool HiddenFromChatWindow
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Interval

How often an attempt at the emote will be made.

Declaration
public TimeSpan Interval
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

WithChat

Declaration
public bool WithChat
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾