C# Class Server.Mobiles.BaseHealer

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

Méthodes publiques

Méthode Description
BaseHealer ( ) : System
BaseHealer ( Serial serial ) : System
CheckResurrect ( Mobile m ) : bool
Deserialize ( GenericReader reader ) : void
GetRobeColor ( ) : int
InitOutfit ( ) : void
InitSBInfo ( ) : void
OfferResurrection ( Mobile m ) : void
OnMovement ( Mobile m, Point3D oldLocation ) : void
Serialize ( GenericWriter writer ) : void

Method Details

BaseHealer() public méthode

public BaseHealer ( ) : System
Résultat System

BaseHealer() public méthode

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

CheckResurrect() public méthode

public CheckResurrect ( Mobile m ) : bool
m Mobile
Résultat bool

Deserialize() public méthode

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

GetRobeColor() public méthode

public GetRobeColor ( ) : int
Résultat int

InitOutfit() public méthode

public InitOutfit ( ) : void
Résultat void

InitSBInfo() public méthode

public InitSBInfo ( ) : void
Résultat void

OfferResurrection() public méthode

public OfferResurrection ( Mobile m ) : void
m Mobile
Résultat void

OnMovement() public méthode

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
Résultat void

Serialize() public méthode

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