Difference between revisions of "SHIP09"
From SWGANH Wiki
(→Tags) |
ThePowerking (Talk | contribs) (→Variable Descriptions) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{PageHeader| | + | {{PageHeader|Baseline|SHIP09}} |
{|align="center" | {|align="center" | ||
|- | |- | ||
Line 12: | 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 20: | Line 26: | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|valign=top| | |valign=top| | ||
Line 35: | Line 31: | ||
---- | ---- | ||
− | Obj_OperandCount = | + | Obj_OperandCount = 0 |
---- | ---- | ||
− | |||
===Tags=== | ===Tags=== | ||
Line 43: | 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 09 // PIHS 9 | ||
+ | 02 00 00 00 | ||
+ | 00 00 </pre> |
Latest revision as of 23:27, 7 July 2011
Baseline - SHIP09
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 09 // PIHS 9 02 00 00 00 00 00