Search Results for

    Show / Hide Table of Contents

    Class CustomEvents

    Inheritance
    Object
    CustomEvents
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: RageCoop.Core.Scripting
    Assembly: RageCoop.Core.dll
    Syntax
    public static class CustomEvents

    Methods

    Hash(String)

    Get a Int32 hash of a string.

    Declaration
    public static int Hash(string s)
    Parameters
    Type Name Description
    String s
    Returns
    Type Description
    Int32
    Exceptions
    Type Condition
    ArgumentException

    The exception is thrown when the name did not match a previously computed one and the hash was the same.

    In This Article
    Back to top Generated by DocFX