Show / Hide Table of Contents

Struct EmoteEvent

Raised by chat system when entity made some emote. Use it to play sound, change sprite or something else.

Namespace: Content.Server.Chat.Systems
Assembly: Content.Server.dll
Syntax
public struct EmoteEvent

Constructors

| Improve this Doc View Source

EmoteEvent(EmotePrototype)

Declaration
public EmoteEvent(EmotePrototype emote)
Parameters
Type Name Description
EmotePrototype emote

Fields

| Improve this Doc View Source

Emote

Declaration
public readonly EmotePrototype Emote
Field Value
Type Description
EmotePrototype
| Improve this Doc View Source

Handled

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