C# Class hds.DataLoader

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Свойство Type Description
AbilityDB List
ClothingRSIDB List
Emotes List
GODB List
WorldObjectsDB List
mxoSqliteDb System.Data.SQLite.SQLiteConnection
newRSIItemsDb List
useSQLiteDatabase bool

Méthodes publiques

Méthode Description
findEmoteByLongId ( UInt32 _emoteLongId ) : byte
getAbilityByID ( UInt16 id ) : AbilityItem
getGameObjectItemById ( UInt16 id ) : GameObjectItem
getInstance ( ) : DataLoader
getItemValues ( UInt16 itemID ) : ClothingItem
getNewRSIItemByTypeAndID ( string type, UInt16 newRSIID ) : NewRSIItem
getObjectValues ( UInt32 objectId ) : StaticWorldObject
loadAbilityDB ( string path ) : void
loadCSV ( string path, char seperator ) : ArrayList
loadClothingDB ( string path ) : void
loadEmotes ( ) : void
loadGODB ( string path ) : void
loadMobs ( string path ) : void
loadNewRSIIDs ( string path ) : void
loadVendorItems ( ) : void
loadWorldObjectsDb ( string path ) : void

Private Methods

Méthode Description
DataLoader ( ) : System

Method Details

findEmoteByLongId() public méthode

public findEmoteByLongId ( UInt32 _emoteLongId ) : byte
_emoteLongId System.UInt32
Résultat byte

getAbilityByID() public méthode

public getAbilityByID ( UInt16 id ) : AbilityItem
id System.UInt16
Résultat AbilityItem

getGameObjectItemById() public méthode

public getGameObjectItemById ( UInt16 id ) : GameObjectItem
id System.UInt16
Résultat GameObjectItem

getInstance() public static méthode

public static getInstance ( ) : DataLoader
Résultat DataLoader

getItemValues() public méthode

public getItemValues ( UInt16 itemID ) : ClothingItem
itemID System.UInt16
Résultat ClothingItem

getNewRSIItemByTypeAndID() public méthode

public getNewRSIItemByTypeAndID ( string type, UInt16 newRSIID ) : NewRSIItem
type string
newRSIID System.UInt16
Résultat NewRSIItem

getObjectValues() public méthode

public getObjectValues ( UInt32 objectId ) : StaticWorldObject
objectId System.UInt32
Résultat StaticWorldObject

loadAbilityDB() public méthode

public loadAbilityDB ( string path ) : void
path string
Résultat void

loadCSV() public méthode

public loadCSV ( string path, char seperator ) : ArrayList
path string
seperator char
Résultat System.Collections.ArrayList

loadClothingDB() public méthode

public loadClothingDB ( string path ) : void
path string
Résultat void

loadEmotes() public méthode

public loadEmotes ( ) : void
Résultat void

loadGODB() public méthode

public loadGODB ( string path ) : void
path string
Résultat void

loadMobs() public méthode

public loadMobs ( string path ) : void
path string
Résultat void

loadNewRSIIDs() public méthode

public loadNewRSIIDs ( string path ) : void
path string
Résultat void

loadVendorItems() public méthode

public loadVendorItems ( ) : void
Résultat void

loadWorldObjectsDb() public méthode

public loadWorldObjectsDb ( string path ) : void
path string
Résultat void

Property Details

AbilityDB public_oe property

public List AbilityDB
Résultat List

ClothingRSIDB public_oe property

public List ClothingRSIDB
Résultat List

Emotes public_oe property

public List Emotes
Résultat List

GODB public_oe property

public List GODB
Résultat List

WorldObjectsDB public_oe property

public List WorldObjectsDB
Résultat List

mxoSqliteDb public_oe property

public SQLiteConnection,System.Data.SQLite mxoSqliteDb
Résultat System.Data.SQLite.SQLiteConnection

newRSIItemsDb public_oe property

public List newRSIItemsDb
Résultat List

useSQLiteDatabase public_oe property

public bool useSQLiteDatabase
Résultat bool