C# Class Server.Mobiles.EnergyVortex

Inheritance: BaseCreature
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

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

Méthode Description
EnergyVortex ( ) : System

Method Details

Deserialize() public méthode

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
Résultat void

EnergyVortex() public méthode

public EnergyVortex ( Server.Serial serial ) : System
serial Server.Serial
Résultat System

GetAngerSound() public méthode

public GetAngerSound ( ) : int
Résultat int

GetAttackSound() public méthode

public GetAttackSound ( ) : int
Résultat int

GetFightModeRanking() public méthode

public GetFightModeRanking ( Server.Mobile m, FightMode acqType, bool bPlayerOnly ) : double
m Server.Mobile
acqType FightMode
bPlayerOnly bool
Résultat double

Serialize() public méthode

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
Résultat void