Class BinTreeEmbedded
Represents a property which imitates an embedded struct
Inherited Members
Namespace: LeagueToolkit.Core.Meta.Properties
Assembly: LeagueToolkit.dll
Syntax
public sealed class BinTreeEmbedded : BinTreeStruct
Constructors
| Improve this Doc View SourceBinTreeEmbedded(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 SourceType
Gets the type of the property
Declaration
public override BinPropertyType Type { get; }
Property Value
| Type | Description |
|---|---|
| BinPropertyType |
Overrides
Methods
| Improve this Doc View SourceEquals(BinTreeProperty)
Declaration
public override bool Equals(BinTreeProperty other)
Parameters
| Type | Name | Description |
|---|---|---|
| BinTreeProperty | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |