Class BinTreeWadChunkLink
Represents a property with a value that links to a PathHash
Inherited Members
Namespace: LeagueToolkit.Core.Meta.Properties
Assembly: LeagueToolkit.dll
Syntax
public sealed class BinTreeWadChunkLink : BinTreeProperty
Constructors
| Improve this Doc View SourceBinTreeWadChunkLink(UInt32, UInt64)
Creates a new BinTreeWadChunkLink object with the specified parameters
Declaration
public BinTreeWadChunkLink(uint nameHash, ulong value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | nameHash | The hashed property name |
| System.UInt64 | value | The value of the property |
Properties
| Improve this Doc View SourceType
Gets the type of the property
Declaration
public override BinPropertyType Type { get; }
Property Value
| Type | Description |
|---|---|
| BinPropertyType |
Overrides
| Improve this Doc View SourceValue
Gets the value of the property
Declaration
public ulong Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |
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 |
Overrides
| Improve this Doc View SourceWriteContent(BinaryWriter)
Declaration
protected override void WriteContent(BinaryWriter bw)
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryWriter | bw |