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

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< MapNoteGetMapNotesForArea (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< MapNoteGetMapNotesForLandblock (string installPath, byte region, byte landblockX, byte landblockY)
 gets all the map notes for a landblock. More...
 

Properties

uint Did [get]
 
List< MapNoteNotes = new List<MapNote>() [get]
 

Detailed Description

a single MapNote holds all the map notes for an area (quest/map).


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