|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
Static Public Member Functions | |
| static List< KeyValuePair< uint, byte[]> > | GetLandblockInfoRaw (string installPath) |
| static List< LandblockInfo > | GetLandblockInfo (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, Cell > | Cells = new Dictionary<uint, Cell>() [get] |
| List< EntityDesc > | Entities = new List<EntityDesc>() [get] |
| List< EntityLinkDesc > | Links = new List<EntityLinkDesc>() [get] |
| IPropertyCollection | Properties [get] |
| List< LandblockWeenie > | Weenies = new List<LandblockWeenie>() [get] |