C# Class Server.Spells.Fourth.CurseSpell

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

Public Methods

Method Description
CurseSpell ( Mobile caster, System.Item scroll ) : System
OnCast ( ) : void
RemoveEffect ( object state ) : void
Target ( Mobile m ) : void
UnderEffect ( Mobile m ) : bool

Method Details

CurseSpell() public method

public CurseSpell ( Mobile caster, System.Item scroll ) : System
caster Mobile
scroll System.Item
return System

OnCast() public method

public OnCast ( ) : void
return void

RemoveEffect() public static method

public static RemoveEffect ( object state ) : void
state object
return void

Target() public method

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

UnderEffect() public static method

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