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

Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Свойство Type Description
Left byte
Parent byte
Value byte

Méthodes publiques

Méthode Description
CheckValidity ( int index, Node nodes ) : bool
Node ( BinaryReader reader ) : System

Method Details

CheckValidity() public méthode

public CheckValidity ( int index, Node nodes ) : bool
index int
nodes Node
Résultat bool

Node() public méthode

public Node ( BinaryReader reader ) : System
reader System.IO.BinaryReader
Résultat System

Property Details

Left public_oe property

public byte Left
Résultat byte

Parent public_oe property

public byte Parent
Résultat byte

Value public_oe property

public byte Value
Résultat byte