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

Search Results for

    Class BinTreeI32

    Represents a property with a value

    Inheritance
    System.Object
    BinTreeProperty
    BinTreeI32
    Inherited Members
    BinTreeProperty.HEADER_SIZE
    BinTreeProperty.NameHash
    BinTreeProperty.WriteHeader(BinaryWriter)
    BinTreeProperty.Equals(Object)
    BinTreeProperty.GetHashCode()
    BinTreeProperty.GetDebuggerDisplayName()
    Namespace: LeagueToolkit.Core.Meta.Properties
    Assembly: LeagueToolkit.dll
    Syntax
    public sealed class BinTreeI32 : BinTreeProperty

    Constructors

    | Improve this Doc View Source

    BinTreeI32(UInt32, Int32)

    Creates a new BinTreeI32 object with the specified parameters

    Declaration
    public BinTreeI32(uint nameHash, int value)
    Parameters
    Type Name Description
    System.UInt32 nameHash

    The hashed property name

    System.Int32 value

    The value of the property

    Properties

    | Improve this Doc View Source

    Type

    Gets the type of the property

    Declaration
    public override BinPropertyType Type { get; }
    Property Value
    Type Description
    BinPropertyType
    Overrides
    BinTreeProperty.Type
    | Improve this Doc View Source

    Value

    Gets the value of the property

    Declaration
    public int Value { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Equals(BinTreeProperty)

    Declaration
    public override bool Equals(BinTreeProperty other)
    Parameters
    Type Name Description
    BinTreeProperty other
    Returns
    Type Description
    System.Boolean
    Overrides
    BinTreeProperty.Equals(BinTreeProperty)
    | Improve this Doc View Source

    WriteContent(BinaryWriter)

    Declaration
    protected override void WriteContent(BinaryWriter bw)
    Parameters
    Type Name Description
    BinaryWriter bw
    Overrides
    BinTreeProperty.WriteContent(BinaryWriter)

    Operators

    | Improve this Doc View Source

    Implicit(BinTreeI32 to Int32)

    Declaration
    public static implicit operator int (BinTreeI32 property)
    Parameters
    Type Name Description
    BinTreeI32 property
    Returns
    Type Description
    System.Int32