메소드 | 설명 | |
---|---|---|
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 |
public static CreateTimer ( Server.Mobile m, System.TimeSpan delay ) : void | ||
m | Server.Mobile | |
delay | System.TimeSpan | |
리턴 | void |
public static IsDisguised ( Server.Mobile m ) : bool | ||
m | Server.Mobile | |
리턴 | bool |
public static RemoveTimer ( Server.Mobile m ) : bool | ||
m | Server.Mobile | |
리턴 | bool |
public static TimeRemaining ( Server.Mobile m ) : System.TimeSpan | ||
m | Server.Mobile | |
리턴 | System.TimeSpan |