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

Search Results for

    Class BinTreeProperty

    Represents a BinTree property

    Inheritance
    System.Object
    BinTreeProperty
    BinTreeBitBool
    BinTreeBool
    BinTreeColor
    BinTreeContainer
    BinTreeF32
    BinTreeHash
    BinTreeI16
    BinTreeI32
    BinTreeI64
    BinTreeI8
    BinTreeMap
    BinTreeMatrix44
    BinTreeNone
    BinTreeObjectLink
    BinTreeOptional
    BinTreeString
    BinTreeStruct
    BinTreeU16
    BinTreeU32
    BinTreeU64
    BinTreeU8
    BinTreeVector2
    BinTreeVector3
    BinTreeVector4
    BinTreeWadChunkLink
    Namespace: LeagueToolkit.Core.Meta
    Assembly: LeagueToolkit.dll
    Syntax
    public abstract class BinTreeProperty : IEquatable<BinTreeProperty>

    Constructors

    | Improve this Doc View Source

    BinTreeProperty(UInt32)

    Declaration
    protected BinTreeProperty(uint nameHash)
    Parameters
    Type Name Description
    System.UInt32 nameHash

    Fields

    | Improve this Doc View Source

    HEADER_SIZE

    Declaration
    protected const int HEADER_SIZE = null
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    NameHash

    Gets the name hash

    Declaration
    public uint NameHash { get; }
    Property Value
    Type Description
    System.UInt32
    Remarks

    The name is hashed using HashLower(String)

    | Improve this Doc View Source

    Type

    Gets the type of the property

    Declaration
    public abstract BinPropertyType Type { get; }
    Property Value
    Type Description
    BinPropertyType

    Methods

    | Improve this Doc View Source

    Equals(BinTreeProperty)

    Declaration
    public abstract bool Equals(BinTreeProperty other)
    Parameters
    Type Name Description
    BinTreeProperty other
    Returns
    Type Description
    System.Boolean
    | 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

    GetDebuggerDisplayName()

    Declaration
    protected virtual string GetDebuggerDisplayName()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    WriteContent(BinaryWriter)

    Declaration
    protected abstract void WriteContent(BinaryWriter bw)
    Parameters
    Type Name Description
    BinaryWriter bw
    | Improve this Doc View Source

    WriteHeader(BinaryWriter)

    Declaration
    protected void WriteHeader(BinaryWriter bw)
    Parameters
    Type Name Description
    BinaryWriter bw