C# Class AoMBrgEditor.PssgNodeInfo

Afficher le fichier Open project: Ryder25/Age-of-Mythology Class Usage Examples

Méthodes publiques

Свойство Type Description
attributeInfo PssgAttributeInfo>.SortedDictionary
id int
isDataNode bool
name string

Méthodes publiques

Méthode Description
PssgNodeInfo ( PssgBinaryReader reader, PssgFile file ) : System
PssgNodeInfo ( int id, string name ) : System
Write ( PssgBinaryWriter writer ) : void

Method Details

PssgNodeInfo() public méthode

public PssgNodeInfo ( PssgBinaryReader reader, PssgFile file ) : System
reader PssgBinaryReader
file PssgFile
Résultat System

PssgNodeInfo() public méthode

public PssgNodeInfo ( int id, string name ) : System
id int
name string
Résultat System

Write() public méthode

public Write ( PssgBinaryWriter writer ) : void
writer PssgBinaryWriter
Résultat void

Property Details

attributeInfo public_oe property

public SortedDictionary attributeInfo
Résultat PssgAttributeInfo>.SortedDictionary

id public_oe property

public int id
Résultat int

isDataNode public_oe property

public bool isDataNode
Résultat bool

name public_oe property

public string name
Résultat string