Property | Type | Description | |
---|---|---|---|
AreaInfo | |||
Header | |||
Version | |||
WorldModelObjectPlacementInfo | TerrainWorldModelObjectPlacementInfo | ||
WorldModelObjects |
Method | Description | |
---|---|---|
GetAreaInfo ( uint InTileX, uint InTileY ) : |
Gets the area info for the specified coordinates.
|
|
GetAreasWithTerrain ( ) : List |
Gets a list of area information entries that have terrain tiles.
|
|
GetLoadedAreas ( ) : List |
Gets a list of loaded areas. When working with unloaded files (i.e, not in a game or application), this method will never return any areas.
|
|
HasAnyTerrain ( ) : bool |
Determines whether this instance has any terrain.
|
|
IsTilePopulated ( uint InTileX, uint InTileY ) : bool |
Determines whether the tile at the specified coordinates is populated with terrain data or not.
|
|
Serialize ( ) : byte[] | ||
WorldTable ( byte data ) : System.Collections.Generic |
public GetAreaInfo ( uint InTileX, uint InTileY ) : |
||
InTileX | uint | In tile x. |
InTileY | uint | In tile y. |
return |
public IsTilePopulated ( uint InTileX, uint InTileY ) : bool | ||
InTileX | uint | 0-based x coordinate of the tile. |
InTileY | uint | 0-based y coordinate of the tile. |
return | bool |
public WorldTable ( byte data ) : System.Collections.Generic | ||
data | byte | |
return | System.Collections.Generic |
public WorldTableAreaInfo,Warcraft.WDT.Chunks AreaInfo | ||
return |
public WorldTableHeader,Warcraft.WDT.Chunks Header | ||
return |
public TerrainVersion,Warcraft.ADT.Chunks Version | ||
return |
public TerrainWorldModelObjectPlacementInfo WorldModelObjectPlacementInfo | ||
return | TerrainWorldModelObjectPlacementInfo |