C# Class Server.Items.BandageContext

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

Méthodes publiques

Méthode 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 méthode

public BandageContext ( Mobile healer, Mobile patient, System.TimeSpan delay ) : System
healer Mobile
patient Mobile
delay System.TimeSpan
Résultat System

BeginHeal() public static méthode

public static BeginHeal ( Mobile healer, Mobile patient ) : BandageContext
healer Mobile
patient Mobile
Résultat BandageContext

EndHeal() public méthode

public EndHeal ( ) : void
Résultat void

GetContext() public static méthode

public static GetContext ( Mobile healer ) : BandageContext
healer Mobile
Résultat BandageContext

GetPrimarySkill() public static méthode

public static GetPrimarySkill ( Mobile m ) : SkillName
m Mobile
Résultat SkillName

GetSecondarySkill() public static méthode

public static GetSecondarySkill ( Mobile m ) : SkillName
m Mobile
Résultat SkillName

Slip() public méthode

public Slip ( ) : void
Résultat void

StopHeal() public méthode

public StopHeal ( ) : void
Résultat void