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

Drops the specified amount.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public static bool Drop(
	ushort amount,
	short relativeX,
	short relativeY,
	sbyte relativeZ,
	Serial item
)
<CommandAttribute> _
Public Shared Function Drop ( _
	amount As UShort, _
	relativeX As Short, _
	relativeY As Short, _
	relativeZ As SByte, _
	item As Serial _
) As Boolean
[CommandAttribute]
public:
static bool Drop(
	unsigned short amount, 
	short relativeX, 
	short relativeY, 
	signed char relativeZ, 
	Serial item
)

Parameters

amount
UInt16
The amount.
relativeX
Int16
The relative X.
relativeY
Int16
The relative Y.
relativeZ
SByte
The relative Z.
item
Serial
The item.

Return Value

See Also