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

Search Results for

    Struct MetaObjectLink

    Namespace: LeagueToolkit.Meta
    Assembly: LeagueToolkit.dll
    Syntax
    public struct MetaObjectLink

    Constructors

    | Improve this Doc View Source

    MetaObjectLink(UInt32)

    Declaration
    public MetaObjectLink(uint objectPathHash)
    Parameters
    Type Name Description
    System.UInt32 objectPathHash

    Properties

    | Improve this Doc View Source

    ObjectPathHash

    Declaration
    public uint ObjectPathHash { readonly get; }
    Property Value
    Type Description
    System.UInt32

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Operators

    | Improve this Doc View Source

    Implicit(MetaObjectLink to UInt32)

    Declaration
    public static implicit operator uint (MetaObjectLink objectLink)
    Parameters
    Type Name Description
    MetaObjectLink objectLink
    Returns
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Implicit(UInt32 to MetaObjectLink)

    Declaration
    public static implicit operator MetaObjectLink(uint objectPathHash)
    Parameters
    Type Name Description
    System.UInt32 objectPathHash
    Returns
    Type Description
    MetaObjectLink