Search Results for

    Show / Hide Table of Contents

    Class CustomEventReceivedArgs

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

    Properties

    Args

    Supported types: byte, short, ushort, int, uint, long, ulong, float, bool, string, Vector3, Quaternion

    Declaration
    public object[] Args { get; set; }
    Property Value
    Type Description
    Object[]

    Hash

    The event hash

    Declaration
    public int Hash { get; set; }
    Property Value
    Type Description
    Int32
    In This Article
    Back to top Generated by DocFX