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

Grabs 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 Grab(
	ushort amount,
	Serial item,
	Serial recevingContainer
)
<CommandAttribute> _
Public Shared Function Grab ( _
	amount As UShort, _
	item As Serial, _
	recevingContainer As Serial _
) As Boolean
[CommandAttribute]
public:
static bool Grab(
	unsigned short amount, 
	Serial item, 
	Serial recevingContainer
)

Parameters

amount
UInt16
The amount.
item
Serial
The item.
recevingContainer
Serial
The receving container.

Return Value

See Also