C# Class hds.databases.MyWorldDbAccess

Inheritance: IWorldDBHandler
显示文件 Open project: hdneo/mxo-hd

Public Methods

Method Description
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

Method Details

CloseConn() public method

public CloseConn ( ) : void
return void

MyWorldDbAccess() public method

public MyWorldDbAccess ( ) : System
return System

addItemToInventory() public method

public addItemToInventory ( UInt16 slotId, UInt32 itemGoID ) : void
slotId System.UInt16
itemGoID System.UInt32
return void

fetchFriendList() public method

public fetchFriendList ( UInt32 charId ) : ArrayList
charId System.UInt32
return System.Collections.ArrayList

fetchWordList() public method

public fetchWordList ( WorldList &wl ) : bool
wl WorldList
return bool

getFirstNewSlot() public method

public getFirstNewSlot ( ) : UInt16
return System.UInt16

getPathForDistrictKey() public method

public getPathForDistrictKey ( string key ) : string
key string
return string

getUserIdForCharId() public method

public getUserIdForCharId ( byte charIdHex ) : UInt32
charIdHex byte
return System.UInt32

savePlayer() public method

public savePlayer ( WorldClient client ) : void
client WorldClient
return void

setPlayerValues() public method

public setPlayerValues ( ) : void
return void

setRsiValues() public method

public setRsiValues ( ) : void
return void

updateAbilityLoadOut() public method

public updateAbilityLoadOut ( List abilitySlots, uint loaded ) : void
abilitySlots List
loaded uint
return void

updateInventorySlot() public method

public updateInventorySlot ( UInt16 sourceSlot, UInt16 destSlot ) : void
sourceSlot System.UInt16
destSlot System.UInt16
return void

updateLocationByHL() public method

public updateLocationByHL ( UInt16 district, UInt16 hardline ) : void
district System.UInt16
hardline System.UInt16
return void

updateSourceHlForObjectTracking() public method

public updateSourceHlForObjectTracking ( UInt16 sourceDistrict, UInt16 sourceHl, UInt32 lastObjectId ) : void
sourceDistrict System.UInt16
sourceHl System.UInt16
lastObjectId System.UInt32
return void