Difference between revisions of "ObjectMenuSelectMessage::MESSAGE TYPE"
From SWGANH Wiki
(→Sample Packet) |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Client Packet|ObjectMenuSelectMessage::MESSAGE TYPE (7CA18726)}} | |
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Line 6: | Line 6: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}||'''Operand_Count''' |
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{long}}||'''ObjectID''' |
|- | |- | ||
− | | | + | |{{byte}}||'''MessageType''' |
|- | |- | ||
|} | |} | ||
− | + | |} | |
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
Line 46: | Line 48: | ||
===Additional Info=== | ===Additional Info=== | ||
---- | ---- | ||
− | Used | + | Used by the client to select a radial option. |
|} | |} | ||
Line 54: | Line 56: | ||
<pre> | <pre> | ||
− | + | 03 00 //'ACCOUNTUPDATE | |
+ | 26 87 A1 7C //'ObjectMenuSelectMessage::MESSAGE_TYPE | ||
+ | CE A9 03 E3 1E 00 00 00 //Item ID | ||
+ | 00 //Message Type | ||
+ | |||
</pre> | </pre> |
Latest revision as of 02:03, 3 October 2012
Client Packet - ObjectMenuSelectMessage::MESSAGE TYPE (7CA18726)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 3 Opcode = 7CA18726
|
Tags
Additional InfoUsed by the client to select a radial option. |
Sample Packet
03 00 //'ACCOUNTUPDATE 26 87 A1 7C //'ObjectMenuSelectMessage::MESSAGE_TYPE CE A9 03 E3 1E 00 00 00 //Item ID 00 //Message Type