Property | Type | Description | |
---|---|---|---|
AbilityDB | List |
||
ClothingRSIDB | List |
||
Emotes | List |
||
GODB | List |
||
WorldObjectsDB | List |
||
mxoSqliteDb | |||
newRSIItemsDb | List |
||
useSQLiteDatabase | bool |
Method | Description | |
---|---|---|
findEmoteByLongId ( |
||
getAbilityByID ( |
||
getGameObjectItemById ( |
||
getInstance ( ) : |
||
getItemValues ( |
||
getNewRSIItemByTypeAndID ( string type, |
||
getObjectValues ( |
||
loadAbilityDB ( string path ) : void | ||
loadCSV ( string path, char seperator ) : |
||
loadClothingDB ( string path ) : void | ||
loadEmotes ( ) : void | ||
loadGODB ( string path ) : void | ||
loadMobs ( string path ) : void | ||
loadNewRSIIDs ( string path ) : void | ||
loadVendorItems ( ) : void | ||
loadWorldObjectsDb ( string path ) : void |
Method | Description | |
---|---|---|
DataLoader ( ) : System |
public findEmoteByLongId ( |
||
_emoteLongId | ||
return | byte |
public getAbilityByID ( |
||
id | ||
return |
public getGameObjectItemById ( |
||
id | ||
return |
public getItemValues ( |
||
itemID | ||
return |
public getNewRSIItemByTypeAndID ( string type, |
||
type | string | |
newRSIID | ||
return |
public getObjectValues ( |
||
objectId | ||
return | StaticWorldObject |
public loadCSV ( string path, char seperator ) : |
||
path | string | |
seperator | char | |
return |
public loadWorldObjectsDb ( string path ) : void | ||
path | string | |
return | void |
public SQLiteConnection,System.Data.SQLite mxoSqliteDb | ||
return |