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

Drops the here.

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

Syntax

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

Parameters

amount
UInt16
The amount.
item
Serial
The item.

Return Value

See Also