[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,
	ushort x,
	ushort y,
	sbyte z
)
<CommandAttribute> _
Public Shared Function MoveItem ( _
	item As Serial, _
	amount As UShort, _
	x As UShort, _
	y As UShort, _
	z As SByte _
) As Boolean
[CommandAttribute]
public:
static bool MoveItem(
	Serial item, 
	unsigned short amount, 
	unsigned short x, 
	unsigned short y, 
	signed char z
)

Parameters

item
Serial
The item.
amount
UInt16
The amount.
x
UInt16
The x.
y
UInt16
The y.
z
SByte
The z.

Return Value

See Also