Difference between revisions of "ObjectMenuSelectMessage::MESSAGE TYPE"
From SWGANH Wiki
(New page: __NOTOC__ {| |- align="center" ||{{PacketGuide}} |- |} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| class="wikitable" |- |align="center" style="background...) |
(→Sample Packet) |
||
(7 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 11: | Line 6: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}||'''Operand_Count''' |
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{long}}||'''ObjectID''' |
|- | |- | ||
− | | | + | |{{byte}}||'''MessageType''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
|} | |} | ||
− | + | |} | |
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
− | Opperand_Count = ''' | + | Opperand_Count = '''3''' |
− | Opcode = ''' | + | Opcode = '''7CA18726''' |
---- | ---- | ||
− | * | + | * ObjectID: |
− | + | :The ID of the Object whos menu is being selected. | |
− | * | + | |
− | + | * MessageType: | |
+ | :The ID number of the menu selection from the Object's Menu. | ||
|valign=top| | |valign=top| | ||
Line 60: | Line 42: | ||
||{{ClientPacket}} | ||{{ClientPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
+ | ===Additional Info=== | ||
+ | ---- | ||
+ | Used by the client to select a radial option. | ||
|} | |} | ||
---- | ---- | ||
− | ==Sample | + | ==Sample Packet== |
− | + | ||
<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