C# Class Server.Spells.Sixth.InvisibilitySpell

Inheritance: MagerySpell
Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
HasTimer ( Mobile m ) : bool
InvisibilitySpell ( Mobile caster, Item scroll ) : System
OnCast ( ) : void
RemoveTimer ( Mobile m ) : void
Target ( Mobile m ) : void

Method Details

HasTimer() public static method

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

InvisibilitySpell() public method

public InvisibilitySpell ( Mobile caster, Item scroll ) : System
caster Mobile
scroll Item
return System

OnCast() public method

public OnCast ( ) : void
return void

RemoveTimer() public static method

public static RemoveTimer ( Mobile m ) : void
m Mobile
return void

Target() public method

public Target ( Mobile m ) : void
m Mobile
return void