Difference between revisions of "UpdateContainmentMessage"
From SWGANH Wiki
(→Variable Descriptions) |
|||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|UpdateContainmentMessage (56CBDE9E)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Operand_Count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{long}}||'''ObjectID''' |
|- | |- | ||
− | | | + | |{{long}}||'''Parent Id''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{int}}||'''Arrangement Id''' | ||
+ | |} | ||
|} | |} | ||
Line 33: | Line 33: | ||
"container" of the container object. It may also be seen as a "link" | "container" of the container object. It may also be seen as a "link" | ||
− | * ''' | + | * '''Parent Id''': |
This is a unique ID for a container object. the Object_ID gets "put into" | This is a unique ID for a container object. the Object_ID gets "put into" | ||
− | this container. | + | this container. All objects are containers, and can be used as containers. |
− | + | ||
− | * ''' | + | * '''Arrangement Id''': |
− | This | + | |
+ | This specifies which arrangement to use for this particular object. It is most often 4 because most objects only have 1 arrangement. | ||
+ | (4 being used for 1 because of the 4 "global" arrangements) | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 53: | Line 50: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 60: | Line 57: | ||
---- | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | + | 04 00 //Operand_Count | |
+ | 9E DE CB 56 //UpdateContainmentMessage | ||
+ | 62 C9 8B 12 1E 00 00 00 //Object ID | ||
+ | FD 85 10 00 00 00 00 00 //Cell ID | ||
+ | FF FF FF FF //ContainmentType? | ||
</pre> | </pre> |
Latest revision as of 00:59, 21 August 2012
Server Packet - UpdateContainmentMessage (56CBDE9E)
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 = 4 Opcode = 56CBDE9E
The unique ID for an object. In this packet, this object gets put into the "container" of the container object. It may also be seen as a "link"
This is a unique ID for a container object. the Object_ID gets "put into" this container. All objects are containers, and can be used as containers.
This specifies which arrangement to use for this particular object. It is most often 4 because most objects only have 1 arrangement. (4 being used for 1 because of the 4 "global" arrangements) |
Tags
|
Sample Packet
04 00 //Operand_Count 9E DE CB 56 //UpdateContainmentMessage 62 C9 8B 12 1E 00 00 00 //Object ID FD 85 10 00 00 00 00 00 //Cell ID FF FF FF FF //ContainmentType?