C# Class Server.Spells.First.ReactiveArmorSpell

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

Public Methods

Method Description
CheckCast ( ) : bool
EndArmor ( Mobile m ) : void
OnCast ( ) : void
ReactiveArmorSpell ( Mobile caster, System.Item scroll ) : System

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

EndArmor() public static method

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

OnCast() public method

public OnCast ( ) : void
return void

ReactiveArmorSpell() public method

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