C# Class Server.Items.DisguiseTimers

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static CreateTimer ( Server.Mobile m, System.TimeSpan delay ) : void
m Server.Mobile
delay System.TimeSpan
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IsDisguised() public static méthode

public static IsDisguised ( Server.Mobile m ) : bool
m Server.Mobile
Résultat bool

RemoveTimer() public static méthode

public static RemoveTimer ( Server.Mobile m ) : bool
m Server.Mobile
Résultat bool

StartTimer() public static méthode

public static StartTimer ( Server.Mobile m ) : void
m Server.Mobile
Résultat void

StopTimer() public static méthode

public static StopTimer ( Server.Mobile m ) : bool
m Server.Mobile
Résultat bool

TimeRemaining() public static méthode

public static TimeRemaining ( Server.Mobile m ) : System.TimeSpan
m Server.Mobile
Résultat System.TimeSpan