C# Class SagaMap.Packets.Server.CharStatus

Inheritance: SagaLib.Packet
Mostra file Open project: Willyham/SagaRO2 Class Usage Examples

Public Methods

Method Description
CharStatus ( ) : System

Constructor.

SetExp ( uint cExp, uint jExp ) : void
SetHPSP ( ushort HP, ushort maxHP, ushort SP, ushort maxSP ) : void
SetJob ( JobType job ) : void
SetLCLP ( byte LC, byte maxLC, byte LP, byte maxLP ) : void
SetVisibleField ( ushort u ) : void

Method Details

CharStatus() public method

Constructor.
public CharStatus ( ) : System
return System

SetExp() public method

public SetExp ( uint cExp, uint jExp ) : void
cExp uint
jExp uint
return void

SetHPSP() public method

public SetHPSP ( ushort HP, ushort maxHP, ushort SP, ushort maxSP ) : void
HP ushort
maxHP ushort
SP ushort
maxSP ushort
return void

SetJob() public method

public SetJob ( JobType job ) : void
job JobType
return void

SetLCLP() public method

public SetLCLP ( byte LC, byte maxLC, byte LP, byte maxLP ) : void
LC byte
maxLC byte
LP byte
maxLP byte
return void

SetVisibleField() public method

public SetVisibleField ( ushort u ) : void
u ushort 4 for JEXP,32 for CEXP, 36 for both
return void