VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
factory object for reading Property data from client_gamelogic More...
Static Public Member Functions | |
static IPropertyMaster | GetPropertyMaster (GameId game, string installationFolder) |
gets a property master of the specified game and installation folder. does not check to validate the game specified matches the game in the installation folder, so use with caution. More... | |
static IPropertyMaster | GetPropertyMaster (string installationFolder) |
Creates a property master from the specified installation folder. Expects client_gamelogic.dat to be in this folder. More... | |
static bool | Dispose () |
Properties | |
static IPropertyMaster | DdoPropertyMaster [get] |
static reference to the DDO property master. This will be null until one has been loaded with GetPropertyMaster of a DDO installation More... | |
static IPropertyMaster | LotroPropertyMaster [get] |
static reference to the LOTRO property master. This will be null until one has been loaded with GetPropertyMaster of a LOTRO installation More... | |
factory object for reading Property data from client_gamelogic