Show / Hide Table of Contents

Class OnChatEventArgs

Inheritance
Object
OnChatEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnChatEventArgs

Properties

| Improve this Doc View Source

Message

The message typed into the chat.

Declaration
public string Message { get; }
Property Value
Type Description
String
| Improve this Doc View Source

MessageType

The message type

Declaration
public MessageType MessageType { get; }
Property Value
Type Description
MessageType
  • Improve this Doc
  • View Source
Back to top Generated by DocFX