C# Class AoMBrgEditor.PssgNodeInfo

Show file Open project: Ryder25/Age-of-Mythology Class Usage Examples

Public Properties

Property Type Description
attributeInfo PssgAttributeInfo>.SortedDictionary
id int
isDataNode bool
name string

Public Methods

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

Method Details

PssgNodeInfo() public method

public PssgNodeInfo ( PssgBinaryReader reader, PssgFile file ) : System
reader PssgBinaryReader
file PssgFile
return System

PssgNodeInfo() public method

public PssgNodeInfo ( int id, string name ) : System
id int
name string
return System

Write() public method

public Write ( PssgBinaryWriter writer ) : void
writer PssgBinaryWriter
return void

Property Details

attributeInfo public property

public SortedDictionary attributeInfo
return PssgAttributeInfo>.SortedDictionary

id public property

public int id
return int

isDataNode public property

public bool isDataNode
return bool

name public property

public string name
return string