C# Class AoMEngineLibrary.Graphics.Grn.Nodes.GrnMainNode

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

Public Methods

Method Description
CreateFolder ( string parentDirectory, int fileIndex ) : void
GrnMainNode ( ) : System
ReadData ( GrnBinaryReader reader, int directoryOffset ) : void
UpdateNumTotalChildNodes ( ) : void
UpdateOffset ( uint offset ) : uint
Write ( GrnBinaryWriter writer ) : void

Protected Methods

Method Description
Read ( GrnBinaryReader reader ) : void

Method Details

CreateFolder() public method

public CreateFolder ( string parentDirectory, int fileIndex ) : void
parentDirectory string
fileIndex int
return void

GrnMainNode() public method

public GrnMainNode ( ) : System
return System

Read() protected method

protected Read ( GrnBinaryReader reader ) : void
reader GrnBinaryReader
return void

ReadData() public method

public ReadData ( GrnBinaryReader reader, int directoryOffset ) : void
reader GrnBinaryReader
directoryOffset int
return void

UpdateNumTotalChildNodes() public method

public UpdateNumTotalChildNodes ( ) : void
return void

UpdateOffset() public method

public UpdateOffset ( uint offset ) : uint
offset uint
return uint

Write() public method

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