Difference between revisions of "DeltasMessage"
From SWGANH Wiki
(→Struct) |
(→Variable Descriptions) |
||
Line 32: | Line 32: | ||
* '''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 51: | Line 46: | ||
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 62: | Line 55: | ||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- |
Revision as of 20:02, 22 June 2007
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 Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...