League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class Elf

    Inheritance
    System.Object
    Elf
    Namespace: LeagueToolkit.Hashing
    Assembly: LeagueToolkit.dll
    Syntax
    public static class Elf : object

    Methods

    | Improve this Doc View Source

    Hash(String)

    Hashes a string

    Declaration
    public static uint Hash(string toHash)
    Parameters
    Type Name Description
    System.String toHash

    The string to hash

    Returns
    Type Description
    System.UInt32

    A hash generated from toHash

    Remarks

    Used in RAF, SKL and ANM

    | Improve this Doc View Source

    HashLower(String)

    Declaration
    public static uint HashLower(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.UInt32