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

Moves the item.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public static bool MoveItem(
	Serial item,
	ushort amount,
	Serial destination
)
<CommandAttribute> _
Public Shared Function MoveItem ( _
	item As Serial, _
	amount As UShort, _
	destination As Serial _
) As Boolean
[CommandAttribute]
public:
static bool MoveItem(
	Serial item, 
	unsigned short amount, 
	Serial destination
)

Parameters

item
Serial
The item.
amount
UInt16
The amount.
destination
Serial
The destination.

Return Value

See Also