C# Class Server.Mobiles.EnergyVortex

Inheritance: BaseCreature
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Deserialize ( Server.GenericReader reader ) : void
EnergyVortex ( Server.Serial serial ) : System
GetAngerSound ( ) : int
GetAttackSound ( ) : int
GetFightModeRanking ( Server.Mobile m, FightMode acqType, bool bPlayerOnly ) : double
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Method Description
EnergyVortex ( ) : System

Method Details

Deserialize() public method

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
return void

EnergyVortex() public method

public EnergyVortex ( Server.Serial serial ) : System
serial Server.Serial
return System

GetAngerSound() public method

public GetAngerSound ( ) : int
return int

GetAttackSound() public method

public GetAttackSound ( ) : int
return int

GetFightModeRanking() public method

public GetFightModeRanking ( Server.Mobile m, FightMode acqType, bool bPlayerOnly ) : double
m Server.Mobile
acqType FightMode
bPlayerOnly bool
return double

Serialize() public method

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
return void