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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte[] CastSpell(
	byte spell
)
Public Shared Function CastSpell ( _
	spell As Byte _
) As Byte()
public:
static array<unsigned char>^ CastSpell(
	unsigned char spell
)

Parameters

spell
Byte

See Also