C# Класс Server.Items.BandageContext

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

BandageContext() публичный Метод

public BandageContext ( Mobile healer, Mobile patient, System.TimeSpan delay ) : System
healer Mobile
patient Mobile
delay System.TimeSpan
Результат System

BeginHeal() публичный статический Метод

public static BeginHeal ( Mobile healer, Mobile patient ) : BandageContext
healer Mobile
patient Mobile
Результат BandageContext

EndHeal() публичный Метод

public EndHeal ( ) : void
Результат void

GetContext() публичный статический Метод

public static GetContext ( Mobile healer ) : BandageContext
healer Mobile
Результат BandageContext

GetPrimarySkill() публичный статический Метод

public static GetPrimarySkill ( Mobile m ) : SkillName
m Mobile
Результат SkillName

GetSecondarySkill() публичный статический Метод

public static GetSecondarySkill ( Mobile m ) : SkillName
m Mobile
Результат SkillName

Slip() публичный Метод

public Slip ( ) : void
Результат void

StopHeal() публичный Метод

public StopHeal ( ) : void
Результат void