C# Class TerrainDisplay.MPQ.ADT.ADTManager

The ADTManager is responsible for handling all the different ADTs that we are going to be loading up.
Inheritance: IADTManager
Show file Open project: WCell/WCell-Terrain

Public Methods

Method Description
ADTManager ( MpqTerrainManager mpqTerrainManager ) : System

Creates a new instance of the ADT manager.

LoadTile ( TileIdentifier tileId ) : bool

Loads an ADT into the manager.

Method Details

ADTManager() public method

Creates a new instance of the ADT manager.
public ADTManager ( MpqTerrainManager mpqTerrainManager ) : System
mpqTerrainManager MpqTerrainManager Handles organization of all terrain elements
return System

LoadTile() public method

Loads an ADT into the manager.
public LoadTile ( TileIdentifier tileId ) : bool
tileId TileIdentifier The describing the tile to load.
return bool