C# Class Server.Mobiles.Crane

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

Méthodes publiques

Méthode Description
Crane ( Serial serial )
Deserialize ( GenericReader reader ) : void
GetAngerSound ( ) : int
GetAttackSound ( ) : int
GetDeathSound ( ) : int
GetHurtSound ( ) : int
GetIdleSound ( ) : int
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
Crane ( )

Method Details

Crane() public méthode

public Crane ( Serial serial )
serial Serial

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

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