Difference between revisions of "DeltasMessage"
From SWGANH Wiki
(→Parsing Types) |
m (Protected "DeltasMessage": Page is complete. [edit=sysop:move=sysop]) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|DeltasMessage (12862153)}} | |
− | + | ||
{| 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''' |
|- | |- | ||
− | | | + | |{{int}}||'''Object_TYPE''' |
|- | |- | ||
− | | | + | |{{byte}}||'''TYPE_#''' |
|- | |- | ||
− | | | + | |{{int}}||'''Object_Data_Size''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{uncertain}}||'''Data''' | ||
+ | |} | ||
|} | |} | ||
Line 34: | Line 34: | ||
* '''Object_ID''': | * '''Object_ID''': | ||
− | A 64bit ID number assigned uniquely to objects. | + | :A 64bit ID number assigned uniquely to objects. |
− | + | ||
− | + | ||
* '''Object_TYPE''': | * '''Object_TYPE''': | ||
:A 4 byte integer made of characters used to identify the object type. For a list of object types see below. | :A 4 byte integer made of characters used to identify the object type. For a list of object types see below. | ||
− | + | *'''Note''': This is just a string used in the debugging message. | |
− | '''Note''': This is just a string used in the debugging message. | + | |
:Parsing methods are set on object creation. | :Parsing methods are set on object creation. | ||
− | |||
− | |||
* '''TYPE_#''': | * '''TYPE_#''': | ||
:This is a single byte integer used to identify what type of update is being done to the object based on the objects type. | :This is a single byte integer used to identify what type of update is being done to the object based on the objects type. | ||
Line 53: | Line 48: | ||
Some aren't used at all. The available ones will be listed. | Some aren't used at all. The available ones will be listed. | ||
</pre> | </pre> | ||
− | |||
* '''Object_Data_Size''': | * '''Object_Data_Size''': | ||
:Size of DATA below | :Size of DATA below | ||
− | |||
* '''DATA''': | * '''DATA''': | ||
:The rest of the packet is used to update/change specific variables of the object. | :The rest of the packet is used to update/change specific variables of the object. | ||
Line 64: | Line 57: | ||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 70: | Line 64: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 77: | Line 71: | ||
---- | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== |
Latest revision as of 10:03, 6 December 2007
Server Packet - DeltasMessage (12862153)
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 = 5 Opcode = 12862153
Example: TYPE = CREO TYPE_#: 1, 3, 4, 6, 7, 8, 9... Each value contains a different part or data to be updated to the object. Some aren't used at all. The available ones will be listed.
|
Tags
|
Sample Packet
Insert Sample Packet Here...