C# Class Server.Spells.Fifth.MagicReflectSpell

Inheritance: MagerySpell
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
CheckCast ( ) : bool
EndReflect ( Server.Mobile m ) : void
MagicReflectSpell ( Server.Mobile caster, Item scroll ) : System
OnCast ( ) : void

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

EndReflect() public static method

public static EndReflect ( Server.Mobile m ) : void
m Server.Mobile
return void

MagicReflectSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void