C# Class Alexandria.Engines.UltimaUnderworld.StringPackage.Node

Mostra file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Properties

Property Type Description
Left byte
Parent byte
Value byte

Public Methods

Method Description
CheckValidity ( int index, Node nodes ) : bool
Node ( BinaryReader reader ) : System

Method Details

CheckValidity() public method

public CheckValidity ( int index, Node nodes ) : bool
index int
nodes Node
return bool

Node() public method

public Node ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System

Property Details

Left public_oe property

public byte Left
return byte

Parent public_oe property

public byte Parent
return byte

Value public_oe property

public byte Value
return byte