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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool EquipItem(
	uint serial,
	uint character,
	byte layer
)
Public Shared Function EquipItem ( _
	serial As UInteger, _
	character As UInteger, _
	layer As Byte _
) As Boolean
public:
static bool EquipItem(
	unsigned int serial, 
	unsigned int character, 
	unsigned char layer
)

Parameters

serial
UInt32
Equipped item serial.
character
UInt32
Serial of character that is item equipped to.
layer
Byte
Layer to what item should be equipped. Mostly ignored by servers.

Return Value

See Also