C# Class hds.CharacterPack

ファイルを表示 Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

Method Description
CharacterPack ( ) : System
addCharacter ( string charName, int charId, int status, int serverId ) : void
getByteContents ( ) : byte[]
getPackLength ( ) : int
setTotalChars ( int total ) : void

Method Details

CharacterPack() public method

public CharacterPack ( ) : System
return System

addCharacter() public method

public addCharacter ( string charName, int charId, int status, int serverId ) : void
charName string
charId int
status int
serverId int
return void

getByteContents() public method

public getByteContents ( ) : byte[]
return byte[]

getPackLength() public method

public getPackLength ( ) : int
return int

setTotalChars() public method

public setTotalChars ( int total ) : void
total int
return void