C# Class Server.SkillHandlers.Stealing

Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Properties

Property Type Description
ClassicMode bool
SuspendOnMurder bool

Public Methods

Method 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 method

public static Initialize ( ) : void
return void

IsEmptyHanded() public static method

public static IsEmptyHanded ( Mobile from ) : bool
from Mobile
return bool

IsInGuild() public static method

public static IsInGuild ( Mobile m ) : bool
m Mobile
return bool

IsInnocentTo() public static method

public static IsInnocentTo ( Mobile from, Mobile to ) : bool
from Mobile
to Mobile
return bool

OnUse() public static method

public static OnUse ( Mobile m ) : System.TimeSpan
m Mobile
return System.TimeSpan

Property Details

ClassicMode public_oe static_oe property

public static bool ClassicMode
return bool

SuspendOnMurder public_oe static_oe property

public static bool SuspendOnMurder
return bool