Method | Description | |
---|---|---|
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 | |
return | void |
public static IsDisguised ( Server.Mobile m ) : bool | ||
m | Server.Mobile | |
return | bool |
public static RemoveTimer ( Server.Mobile m ) : bool | ||
m | Server.Mobile | |
return | bool |
public static StartTimer ( Server.Mobile m ) : void | ||
m | Server.Mobile | |
return | void |
public static StopTimer ( Server.Mobile m ) : bool | ||
m | Server.Mobile | |
return | bool |
public static TimeRemaining ( Server.Mobile m ) : System.TimeSpan | ||
m | Server.Mobile | |
return | System.TimeSpan |