C# Class Server.Spells.Seventh.PolymorphSpell

Inheritance: MagerySpell
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

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

Private Methods

Method Description
EndPolymorph ( Mobile m ) : void

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

OnCast() public method

public OnCast ( ) : void
return void

PolymorphSpell() public method

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

PolymorphSpell() public method

public PolymorphSpell ( Mobile caster, Item scroll, int body ) : System
caster Mobile
scroll Item
body int
return System

StopTimer() public static method

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