C# Class Server.Items.DisguiseTimers

Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

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

Method Details

CreateTimer() public static method

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

Initialize() public static method

public static Initialize ( ) : void
return void

IsDisguised() public static method

public static IsDisguised ( Server.Mobile m ) : bool
m Server.Mobile
return bool

RemoveTimer() public static method

public static RemoveTimer ( Server.Mobile m ) : bool
m Server.Mobile
return bool

StartTimer() public static method

public static StartTimer ( Server.Mobile m ) : void
m Server.Mobile
return void

StopTimer() public static method

public static StopTimer ( Server.Mobile m ) : bool
m Server.Mobile
return bool

TimeRemaining() public static method

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