C# 클래스 Server.Items.BandageContext

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
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