C# Class hds.CharacterPack

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

Méthodes publiques

Méthode 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 méthode

public CharacterPack ( ) : System
Résultat System

addCharacter() public méthode

public addCharacter ( string charName, int charId, int status, int serverId ) : void
charName string
charId int
status int
serverId int
Résultat void

getByteContents() public méthode

public getByteContents ( ) : byte[]
Résultat byte[]

getPackLength() public méthode

public getPackLength ( ) : int
Résultat int

setTotalChars() public méthode

public setTotalChars ( int total ) : void
total int
Résultat void