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

Uses the skill.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public static void UseSkill(
	ushort id
)
<CommandAttribute> _
Public Shared Sub UseSkill ( _
	id As UShort _
)
[CommandAttribute]
public:
static void UseSkill(
	unsigned short id
)

Parameters

id
UInt16
The id.

See Also