C# Class Server.SkillHandlers.Stealing

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Свойство Type Description
ClassicMode bool
SuspendOnMurder bool

Méthodes publiques

Méthode Description
Initialize ( ) : void
IsEmptyHanded ( Mobile from ) : bool
IsInGuild ( Mobile m ) : bool
IsInnocentTo ( Mobile from, Mobile to ) : bool
OnUse ( Mobile m ) : System.TimeSpan

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IsEmptyHanded() public static méthode

public static IsEmptyHanded ( Mobile from ) : bool
from Mobile
Résultat bool

IsInGuild() public static méthode

public static IsInGuild ( Mobile m ) : bool
m Mobile
Résultat bool

IsInnocentTo() public static méthode

public static IsInnocentTo ( Mobile from, Mobile to ) : bool
from Mobile
to Mobile
Résultat bool

OnUse() public static méthode

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

Property Details

ClassicMode public_oe static_oe property

public static bool ClassicMode
Résultat bool

SuspendOnMurder public_oe static_oe property

public static bool SuspendOnMurder
Résultat bool