C# Class Server.Mobiles.BladeSpirits

Inheritance: BaseCreature
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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

Method Description
BladeSpirits ( ) : System

Method Details

BladeSpirits() public method

public BladeSpirits ( Serial serial ) : System
serial Serial
return System

Deserialize() public method

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

GetAngerSound() public method

public GetAngerSound ( ) : int
return int

GetAttackSound() public method

public GetAttackSound ( ) : int
return int

GetFightModeRanking() public method

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

GetHurtSound() public method

public GetHurtSound ( ) : int
return int

Serialize() public method

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