C# Class Server.Spells.Fifth.SummonCreatureSpell

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

Public Methods

Method Description
CheckCast ( ) : bool
GetCastDelay ( ) : System.TimeSpan
OnCast ( ) : void
SummonCreatureSpell ( Mobile caster, System.Item scroll ) : System

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

GetCastDelay() public method

public GetCastDelay ( ) : System.TimeSpan
return System.TimeSpan

OnCast() public method

public OnCast ( ) : void
return void

SummonCreatureSpell() public method

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