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

Search Results for

    Class BinTreeEmbedded

    Represents a property which imitates an embedded struct

    Inheritance
    System.Object
    BinTreeProperty
    BinTreeStruct
    BinTreeEmbedded
    Inherited Members
    BinTreeStruct.ClassHash
    BinTreeStruct.Properties
    BinTreeStruct.WriteContent(BinaryWriter)
    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 BinTreeEmbedded : BinTreeStruct

    Constructors

    | Improve this Doc View Source

    BinTreeEmbedded(UInt32, UInt32, IEnumerable<BinTreeProperty>)

    Creates a new BinTreeEmbedded object with the specified parameters

    Declaration
    public BinTreeEmbedded(uint nameHash, uint metaClassHash, IEnumerable<BinTreeProperty> properties)
    Parameters
    Type Name Description
    System.UInt32 nameHash

    The hashed property name

    System.UInt32 metaClassHash

    The hashed meta class name

    IEnumerable<BinTreeProperty> properties

    The properties of the class

    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
    BinTreeStruct.Type

    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
    BinTreeStruct.Equals(BinTreeProperty)