Class BinTreeU8
Represents a property with a value
Inheritance
System.Object
BinTreeU8
Assembly: LeagueToolkit.dll
public sealed class BinTreeU8 : BinTreeProperty
Constructors
|
Improve this Doc
View Source
Creates a new BinTreeU8 object with the specified parameters
Declaration
public BinTreeU8(uint nameHash, byte value)
Parameters
Type |
Name |
Description |
System.UInt32 |
nameHash |
The hashed property name
|
System.Byte |
value |
The value of the property
|
Properties
|
Improve this Doc
View Source
Gets the type of the property
Declaration
public override BinPropertyType Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Gets the value of the property
Declaration
public byte Value { get; set; }
Property Value
Type |
Description |
System.Byte |
|
Methods
|
Improve this Doc
View Source
Declaration
public override bool Equals(BinTreeProperty other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WriteContent(BinaryWriter)
Declaration
protected override void WriteContent(BinaryWriter bw)
Parameters
Type |
Name |
Description |
BinaryWriter |
bw |
|
Overrides
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator byte (BinTreeU8 property)
Parameters
Returns
Type |
Description |
System.Byte |
|