Search Results for

    Show / Hide Table of Contents

    Class ChatEventArgs

    Inheritance
    Object
    EventArgs
    ChatEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: RageCoop.Server.Scripting
    Assembly: RageCoop.Server.dll
    Syntax
    public class ChatEventArgs : EventArgs

    Properties

    ClaimedSender

    Only used when sending a message via SendChatMessage(String, List<Client>, String, Nullable<Boolean>)

    Declaration
    public string ClaimedSender { get; set; }
    Property Value
    Type Description
    String

    Client

    The client that sent this message, will be null if sent from server

    Declaration
    public Client Client { get; set; }
    Property Value
    Type Description
    Client

    Message

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    String
    In This Article
    Back to top Generated by DocFX