[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
)
Public Shared Sub Cast ( _
	spell As StandardSpell _
)
public:
static void Cast(
	StandardSpell spell
)

Parameters

spell
StandardSpell
The spell.

See Also