C# 클래스 Server.Items.DisguiseTimers

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

공개 메소드들

메소드 설명
CreateTimer ( Server.Mobile m, System.TimeSpan delay ) : void
Initialize ( ) : void
IsDisguised ( Server.Mobile m ) : bool
RemoveTimer ( Server.Mobile m ) : bool
StartTimer ( Server.Mobile m ) : void
StopTimer ( Server.Mobile m ) : bool
TimeRemaining ( Server.Mobile m ) : System.TimeSpan

메소드 상세

CreateTimer() 공개 정적인 메소드

public static CreateTimer ( Server.Mobile m, System.TimeSpan delay ) : void
m Server.Mobile
delay System.TimeSpan
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

IsDisguised() 공개 정적인 메소드

public static IsDisguised ( Server.Mobile m ) : bool
m Server.Mobile
리턴 bool

RemoveTimer() 공개 정적인 메소드

public static RemoveTimer ( Server.Mobile m ) : bool
m Server.Mobile
리턴 bool

StartTimer() 공개 정적인 메소드

public static StartTimer ( Server.Mobile m ) : void
m Server.Mobile
리턴 void

StopTimer() 공개 정적인 메소드

public static StopTimer ( Server.Mobile m ) : bool
m Server.Mobile
리턴 bool

TimeRemaining() 공개 정적인 메소드

public static TimeRemaining ( Server.Mobile m ) : System.TimeSpan
m Server.Mobile
리턴 System.TimeSpan