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

Casts the specified spellnum.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public static void Cast(
	byte spellnum,
	Serial target
)
<CommandAttribute> _
Public Shared Sub Cast ( _
	spellnum As Byte, _
	target As Serial _
)
[CommandAttribute]
public:
static void Cast(
	unsigned char spellnum, 
	Serial target
)

Parameters

spellnum
Byte
The spellnum.
target
Serial
The target.

See Also