C# Class Server.Items.BandageContext

Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
BandageContext ( Mobile healer, Mobile patient, System.TimeSpan delay ) : System
BeginHeal ( Mobile healer, Mobile patient ) : BandageContext
EndHeal ( ) : void
GetContext ( Mobile healer ) : BandageContext
GetPrimarySkill ( Mobile m ) : SkillName
GetSecondarySkill ( Mobile m ) : SkillName
Slip ( ) : void
StopHeal ( ) : void

Method Details

BandageContext() public method

public BandageContext ( Mobile healer, Mobile patient, System.TimeSpan delay ) : System
healer Mobile
patient Mobile
delay System.TimeSpan
return System

BeginHeal() public static method

public static BeginHeal ( Mobile healer, Mobile patient ) : BandageContext
healer Mobile
patient Mobile
return BandageContext

EndHeal() public method

public EndHeal ( ) : void
return void

GetContext() public static method

public static GetContext ( Mobile healer ) : BandageContext
healer Mobile
return BandageContext

GetPrimarySkill() public static method

public static GetPrimarySkill ( Mobile m ) : SkillName
m Mobile
return SkillName

GetSecondarySkill() public static method

public static GetSecondarySkill ( Mobile m ) : SkillName
m Mobile
return SkillName

Slip() public method

public Slip ( ) : void
return void

StopHeal() public method

public StopHeal ( ) : void
return void