C# Class Server.Mobiles.BaseHealer

Inheritance: BaseVendor
Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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 method

public BaseHealer ( ) : System
return System

BaseHealer() public method

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

CheckResurrect() public method

public CheckResurrect ( Mobile m ) : bool
m Mobile
return bool

Deserialize() public method

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

GetRobeColor() public method

public GetRobeColor ( ) : int
return int

InitOutfit() public method

public InitOutfit ( ) : void
return void

InitSBInfo() public method

public InitSBInfo ( ) : void
return void

OfferResurrection() public method

public OfferResurrection ( Mobile m ) : void
m Mobile
return void

OnMovement() public method

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
return void

Serialize() public method

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