Difference between revisions of "DeltasMessage"
From SWGANH Wiki
(→Tags) |
(→Struct) |
||
Line 8: | Line 8: | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Operand_Count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{long}}||'''ObjectID''' |
|- | |- | ||
− | | | + | |{{int}}||'''Object_TYPE''' |
|- | |- | ||
− | | | + | |{{byte}}||'''TYPE_#''' |
|- | |- | ||
− | | | + | |{{int}}||'''Object_Data_Size''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{uncertain}}||'''Data''' | ||
|} | |} | ||
Revision as of 09:20, 10 April 2007
Struct
Variable DescriptionsOpperand_Count = 5 Opcode = 12862153
A 64bit ID number assigned uniquely to objects.
Note: This is just a string used in the debugging message.
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 Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...