Show / Hide Table of Contents

Class AutoEmoteComponent

Causes an entity to automatically emote at a set interval.

Inheritance
System.Object
AutoEmoteComponent
Namespace: Content.Server.Chat
Assembly: Content.Server.dll
Syntax
public sealed class AutoEmoteComponent : Component

Fields

| Improve this Doc View Source

Emotes

A set of emotes that the entity will preform. AutoEmotePrototype

Declaration
public HashSet<string> Emotes
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

EmoteTimers

Declaration
public Dictionary<string, TimeSpan> EmoteTimers
Field Value
Type Description
Dictionary<System.String, TimeSpan>
| Improve this Doc View Source

NextEmoteTime

Time of the next emote. Redundant, but avoids having to iterate EmoteTimers each update.

Declaration
public TimeSpan NextEmoteTime
Field Value
Type Description
TimeSpan
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾