C# Class Server.Mobiles.BladeSpirits

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

Méthodes publiques

Méthode Description
BladeSpirits ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
GetAngerSound ( ) : int
GetAttackSound ( ) : int
GetFightModeRanking ( Mobile m, FightMode acqType, bool bPlayerOnly ) : double
GetHurtSound ( ) : int
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
BladeSpirits ( ) : System

Method Details

BladeSpirits() public méthode

public BladeSpirits ( Serial serial ) : System
serial Serial
Résultat System

Deserialize() public méthode

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

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 ( Mobile m, FightMode acqType, bool bPlayerOnly ) : double
m Mobile
acqType FightMode
bPlayerOnly bool
Résultat double

GetHurtSound() public méthode

public GetHurtSound ( ) : int
Résultat int

Serialize() public méthode

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