|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
a single MapNote holds all the map notes for an area (quest/map). More...
Static Public Member Functions | |
| static MapNoteCollection | Load (string installPath) |
| gets all the MapNotes in the game. More... | |
| static List< MapNote > | GetMapNotesForArea (string installPath, uint areaDid) |
| gets all the map notes for the area. note, this Did should be the 0x70 value, not the 0x79 value. More... | |
| static List< MapNote > | GetMapNotesForLandblock (string installPath, byte region, byte landblockX, byte landblockY) |
| gets all the map notes for a landblock. More... | |
Properties | |
| uint | Did [get] |
| List< MapNote > | Notes = new List<MapNote>() [get] |
a single MapNote holds all the map notes for an area (quest/map).