VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
LandblockInfo Class Reference

Landblock data from client_cell_*.dat. IDs map to the landblock being described with the following format: 0x802RXXYY. Region is the number in the client_cell_R.dat filename, XX is the landblock X, YY is the landblock Y. More...

Static Public Member Functions

static List< KeyValuePair< uint, byte[]> > GetLandblockInfoRaw (string installPath)
 
static List< LandblockInfoGetLandblockInfo (string installPath)
 
static LandblockInfo Load (IDatFile cellDat, IPropertyMaster propertyMaster, uint did)
 

Properties

uint Did [get]
 
uint Region [get]
 
uint X [get]
 
uint Y [get]
 
string Location [get]
 
uint Flags [get]
 
uint SizeHint [get]
 
List< KeyValuePair< uint, BlockLink > > BlockLinks = new List<KeyValuePair<uint, BlockLink>>() [get]
 
Dictionary< uint, CellCells = new Dictionary<uint, Cell>() [get]
 
List< EntityDescEntities = new List<EntityDesc>() [get]
 
List< EntityLinkDescLinks = new List<EntityLinkDesc>() [get]
 
IPropertyCollection Properties [get]
 
List< LandblockWeenieWeenies = new List<LandblockWeenie>() [get]
 

Detailed Description

Landblock data from client_cell_*.dat. IDs map to the landblock being described with the following format: 0x802RXXYY. Region is the number in the client_cell_R.dat filename, XX is the landblock X, YY is the landblock Y.


The documentation for this class was generated from the following file: