C# Class Server.Spells.Second.ProtectionSpell

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

Public Methods

Method Description
CheckCast ( ) : bool
EndProtection ( Mobile m ) : void
OnCast ( ) : void
ProtectionSpell ( Mobile caster, System.Item scroll ) : System
Toggle ( Mobile caster, Mobile target ) : void

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

EndProtection() public static method

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

OnCast() public method

public OnCast ( ) : void
return void

ProtectionSpell() public method

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

Toggle() public static method

public static Toggle ( Mobile caster, Mobile target ) : void
caster Mobile
target Mobile
return void