C# 클래스 hds.databases.MyMarginDBAccess

상속: IMarginDBHandler
파일 보기 프로젝트 열기: hdneo/mxo-hd

공개 메소드들

메소드 설명
MyMarginDBAccess ( ) : System
addAbility ( Int32 abilityID, UInt16 slotID, UInt32 charID, UInt16 level, UInt16 is_loaded ) : void
createNewCharacter ( string handle, UInt32 userid, UInt32 worldId ) : UInt32
deleteCharacter ( System.UInt64 charId ) : void
getCharInfo ( int charId ) : Hashtable
getNewCharnameID ( string handle, UInt32 userId ) : UInt32
loadAbilities ( int charId ) : List
loadAllHardlines ( ) : string
loadInventory ( int charId ) : List
updateCharacter ( string firstName, string lastName, string background, UInt32 charID ) : void
updateRSIValue ( string field, string value, UInt32 charID ) : void

메소드 상세

MyMarginDBAccess() 공개 메소드

public MyMarginDBAccess ( ) : System
리턴 System

addAbility() 공개 메소드

public addAbility ( Int32 abilityID, UInt16 slotID, UInt32 charID, UInt16 level, UInt16 is_loaded ) : void
abilityID System.Int32
slotID System.UInt16
charID System.UInt32
level System.UInt16
is_loaded System.UInt16
리턴 void

createNewCharacter() 공개 메소드

public createNewCharacter ( string handle, UInt32 userid, UInt32 worldId ) : UInt32
handle string
userid System.UInt32
worldId System.UInt32
리턴 System.UInt32

deleteCharacter() 공개 메소드

public deleteCharacter ( System.UInt64 charId ) : void
charId System.UInt64
리턴 void

getCharInfo() 공개 메소드

public getCharInfo ( int charId ) : Hashtable
charId int
리턴 System.Collections.Hashtable

getNewCharnameID() 공개 메소드

public getNewCharnameID ( string handle, UInt32 userId ) : UInt32
handle string
userId System.UInt32
리턴 System.UInt32

loadAbilities() 공개 메소드

public loadAbilities ( int charId ) : List
charId int
리턴 List

loadAllHardlines() 공개 메소드

public loadAllHardlines ( ) : string
리턴 string

loadInventory() 공개 메소드

public loadInventory ( int charId ) : List
charId int
리턴 List

updateCharacter() 공개 메소드

public updateCharacter ( string firstName, string lastName, string background, UInt32 charID ) : void
firstName string
lastName string
background string
charID System.UInt32
리턴 void

updateRSIValue() 공개 메소드

public updateRSIValue ( string field, string value, UInt32 charID ) : void
field string
value string
charID System.UInt32
리턴 void