[This is preliminary documentation and is subject to change.]

Casts the specified spell.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void Cast(
	StandardSpell spell,
	Serial target
)
Public Shared Sub Cast ( _
	spell As StandardSpell, _
	target As Serial _
)
public:
static void Cast(
	StandardSpell spell, 
	Serial target
)

Parameters

spell
StandardSpell
The spell.
target
Serial
The target.

See Also