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

This is the client's response to the Object Picker packet.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte[] ObjectPicked(
	uint dialog,
	ushort menu,
	ushort option,
	ushort art,
	ushort hue
)
Public Shared Function ObjectPicked ( _
	dialog As UInteger, _
	menu As UShort, _
	option As UShort, _
	art As UShort, _
	hue As UShort _
) As Byte()
public:
static array<unsigned char>^ ObjectPicked(
	unsigned int dialog, 
	unsigned short menu, 
	unsigned short option, 
	unsigned short art, 
	unsigned short hue
)

Parameters

dialog
UInt32
The serial of the dialog to which this is responding.
menu
UInt16
The serial of the menu to which this is responding.
option
UInt16
The 1-based index of the option that was selected.
art
UInt16
The artwork number of the selected item.
hue
UInt16
The hue of the selected item.

Return Value

Assembled packet data.

See Also