C# Класс hds.databases.MyWorldDbAccess

Наследование: IWorldDBHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
CloseConn ( ) : void
MyWorldDbAccess ( ) : System
addItemToInventory ( UInt16 slotId, UInt32 itemGoID ) : void
fetchFriendList ( UInt32 charId ) : ArrayList
fetchWordList ( WorldList &wl ) : bool
getFirstNewSlot ( ) : UInt16
getPathForDistrictKey ( string key ) : string
getUserIdForCharId ( byte charIdHex ) : UInt32
savePlayer ( WorldClient client ) : void
setPlayerValues ( ) : void
setRsiValues ( ) : void
updateAbilityLoadOut ( List abilitySlots, uint loaded ) : void
updateInventorySlot ( UInt16 sourceSlot, UInt16 destSlot ) : void
updateLocationByHL ( UInt16 district, UInt16 hardline ) : void
updateSourceHlForObjectTracking ( UInt16 sourceDistrict, UInt16 sourceHl, UInt32 lastObjectId ) : void

Описание методов

CloseConn() публичный Метод

public CloseConn ( ) : void
Результат void

MyWorldDbAccess() публичный Метод

public MyWorldDbAccess ( ) : System
Результат System

addItemToInventory() публичный Метод

public addItemToInventory ( UInt16 slotId, UInt32 itemGoID ) : void
slotId System.UInt16
itemGoID System.UInt32
Результат void

fetchFriendList() публичный Метод

public fetchFriendList ( UInt32 charId ) : ArrayList
charId System.UInt32
Результат System.Collections.ArrayList

fetchWordList() публичный Метод

public fetchWordList ( WorldList &wl ) : bool
wl WorldList
Результат bool

getFirstNewSlot() публичный Метод

public getFirstNewSlot ( ) : UInt16
Результат System.UInt16

getPathForDistrictKey() публичный Метод

public getPathForDistrictKey ( string key ) : string
key string
Результат string

getUserIdForCharId() публичный Метод

public getUserIdForCharId ( byte charIdHex ) : UInt32
charIdHex byte
Результат System.UInt32

savePlayer() публичный Метод

public savePlayer ( WorldClient client ) : void
client WorldClient
Результат void

setPlayerValues() публичный Метод

public setPlayerValues ( ) : void
Результат void

setRsiValues() публичный Метод

public setRsiValues ( ) : void
Результат void

updateAbilityLoadOut() публичный Метод

public updateAbilityLoadOut ( List abilitySlots, uint loaded ) : void
abilitySlots List
loaded uint
Результат void

updateInventorySlot() публичный Метод

public updateInventorySlot ( UInt16 sourceSlot, UInt16 destSlot ) : void
sourceSlot System.UInt16
destSlot System.UInt16
Результат void

updateLocationByHL() публичный Метод

public updateLocationByHL ( UInt16 district, UInt16 hardline ) : void
district System.UInt16
hardline System.UInt16
Результат void

updateSourceHlForObjectTracking() публичный Метод

public updateSourceHlForObjectTracking ( UInt16 sourceDistrict, UInt16 sourceHl, UInt32 lastObjectId ) : void
sourceDistrict System.UInt16
sourceHl System.UInt16
lastObjectId System.UInt32
Результат void