Difference between revisions of "SHIP08"
From SWGANH Wiki
(New page: __NOTOC__ {|align="center" |- ||{{SHIPArchitectureNAV}} |- |} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===BaseLine Struct=== ---- <pre> </pre> ===Deltas Struct=== ---- ...) |
ThePowerking (Talk | contribs) (→Tags) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Baseline|SHIP08}} | |
− | + | ||
{|align="center" | {|align="center" | ||
|- | |- | ||
Line 13: | Line 12: | ||
---- | ---- | ||
<pre> | <pre> | ||
− | + | SHORT: Opperand_Count | |
+ | INT: Opcode | ||
+ | LONG: ObjectID | ||
+ | INT: Object_TYPE | ||
+ | BYTE: TYPE_# | ||
+ | INT: Object_Data_Size | ||
+ | SHORT: OpperandCount | ||
</pre> | </pre> | ||
Line 21: | Line 26: | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|valign=top| | |valign=top| | ||
Line 31: | Line 31: | ||
---- | ---- | ||
− | Obj_OperandCount = | + | Obj_OperandCount = 0 |
---- | ---- | ||
− | |||
===Tags=== | ===Tags=== | ||
Line 39: | Line 38: | ||
{| align="center" | {| align="center" | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
|} | |} | ||
+ | ===Sample Packet=== | ||
---- | ---- | ||
+ | <pre> | ||
+ | 05 00 | ||
+ | 0C 5F A7 68 | ||
+ | 04 5A D1 D6 13 00 00 00 | ||
+ | 50 49 48 53 08 | ||
+ | 02 00 00 00 | ||
+ | 00 00 | ||
+ | </pre> |
Latest revision as of 23:28, 7 July 2011
Baseline - SHIP08
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
BaseLine StructSHORT: Opperand_Count INT: Opcode LONG: ObjectID INT: Object_TYPE BYTE: TYPE_# INT: Object_Data_Size SHORT: OpperandCount Deltas Struct |
Variable DescriptionsObj_OperandCount = 0 Tags
|
Sample Packet
05 00 0C 5F A7 68 04 5A D1 D6 13 00 00 00 50 49 48 53 08 02 00 00 00 00 00