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

Casts the specified spellname.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public static void Cast(
	string spellname,
	Serial target
)
<CommandAttribute> _
Public Shared Sub Cast ( _
	spellname As String, _
	target As Serial _
)
[CommandAttribute]
public:
static void Cast(
	String^ spellname, 
	Serial target
)

Parameters

spellname
String
The spellname.
target
Serial
The target.

See Also