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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte[] ItemDropRequest(
	uint serial,
	ushort x,
	ushort y,
	sbyte z,
	uint container
)
Public Shared Function ItemDropRequest ( _
	serial As UInteger, _
	x As UShort, _
	y As UShort, _
	z As SByte, _
	container As UInteger _
) As Byte()
public:
static array<unsigned char>^ ItemDropRequest(
	unsigned int serial, 
	unsigned short x, 
	unsigned short y, 
	signed char z, 
	unsigned int container
)

Parameters

serial
UInt32
x
UInt16
y
UInt16
z
SByte
container
UInt32

See Also