Difference between revisions of "PlanetTravelPointListResponse"
From SWGANH Wiki
(→Struct) |
(→Struct) |
||
| Line 7: | Line 7: | ||
---- | ---- | ||
| − | + | {| class="wikitable" | |
| − | + | |{{short}}|Operand_Count | |
| − | + | |- | |
| − | + | |{{int}}|OpCode | |
| − | + | |- | |
| − | { | + | |{{a_string}}|Query Planet String |
| − | + | |- | |
| − | | | + | |{{int}}|PlanetsCount (number of planets) |
| − | + | |} | |
| − | { | + | {{beginlist|planets|PlanetsCount}} |
| − | + | :{| class="wikitable" | |
| − | + | |{{a_string}}|Planet String | |
| − | + | |} | |
| − | } | + | {{endlist|planets}} |
| − | + | {| class="wikitable" | |
| − | { | + | |{{int}}|TransportsCount (number of shuttle/starports on planet) |
| − | + | |} | |
| − | } | + | {{beginlist|transports|TransportsCount}} |
| − | + | :{| class="wikitable" | |
| − | + | |{{int}}|Pos X | |
| − | + | |- | |
| + | |{{int}}|Pos Y | ||
| + | |- | ||
| + | |{{int}}|Pos Z | ||
| + | |} | ||
| + | {{endlist|transports}} | ||
| + | {| class="wikitable" | ||
| + | |{{int}}|TicketsCount (number of shuttle/starports on planet) | ||
| + | |} | ||
| + | {{beginlist|tickets|TicketsCount}} | ||
| + | :{| class="wikitable" | ||
| + | |{{int}}|Ticket Price (Difference - Could be TAX) | ||
| + | |} | ||
| + | {{endlist|tickets}} | ||
| + | {| class="wikitable" | ||
| + | |{{int}}|RangesCount (number of shuttle/starports on planet) | ||
| + | |} | ||
| + | {{beginlist|ranges|RangesCount}} | ||
| + | :{| class="wikitable" | ||
| + | |{{bool}}|Reachable? (1=true, 0=false) | ||
| + | |} | ||
| + | {{endlist|ranges}} | ||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
Revision as of 09:58, 10 April 2007
Struct
<planets count=PlanetsCount>
<planets/>
<transports count=TransportsCount>
<transports/>
<tickets count=TicketsCount>
<tickets/>
<ranges count=RangesCount>
<ranges/>
Variable DescriptionsOperand_Count = 9 Opcode = 4D32541F
|
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
06 00 operand count 1F 54 32 4D crc dathomir respective planet string 32 02 00 00 00 counter of starports / shuttleports Dathomir.Outpost name 1 Science.Outpost name 2 02 00 00 00 counter of starports / shuttleports 20 B9 1A 44 x 1 78 44 C1 40 z 3A 40 41 45 y 73 16 44 C2 x 2 00 00 90 41 z 4A 17 C6 C4 y 02 00 00 00 counter of starports / shuttleports 2C 01 00 00 add to tocket price 1 2C 01 00 00 add to ticket price 2 02 00 00 00 counter of starports / shuttleports 01 reachable ? 1 = true 0 = false 01