C# Class Server.Spells.Fifth.IncognitoSpell

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

Public Methods

Method Description
CheckCast ( ) : bool
IncognitoSpell ( Mobile caster, Item scroll ) : System
OnCast ( ) : void
StopTimer ( Mobile m ) : bool

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

IncognitoSpell() public method

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

OnCast() public method

public OnCast ( ) : void
return void

StopTimer() public static method

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