C# Class Server.Mobiles.Wyvern

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

Méthodes publiques

Méthode Description
Deserialize ( GenericReader reader ) : void
GenerateLoot ( ) : void
GetAngerSound ( ) : int
GetAttackSound ( ) : int
GetDeathSound ( ) : int
GetHurtSound ( ) : int
GetIdleSound ( ) : int
Serialize ( GenericWriter writer ) : void
Wyvern ( Serial serial ) : Server.Items

Private Methods

Méthode Description
Wyvern ( ) : Server.Items

Method Details

Deserialize() public méthode

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

GenerateLoot() public méthode

public GenerateLoot ( ) : void
Résultat void

GetAngerSound() public méthode

public GetAngerSound ( ) : int
Résultat int

GetAttackSound() public méthode

public GetAttackSound ( ) : int
Résultat int

GetDeathSound() public méthode

public GetDeathSound ( ) : int
Résultat int

GetHurtSound() public méthode

public GetHurtSound ( ) : int
Résultat int

GetIdleSound() public méthode

public GetIdleSound ( ) : int
Résultat int

Serialize() public méthode

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

Wyvern() public méthode

public Wyvern ( Serial serial ) : Server.Items
serial Serial
Résultat Server.Items