Difference between revisions of "JTLShipLocationList (0000041D)"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
Line 25: Line 25:
 
----
 
----
 
controllerID     = '''0000041D'''
 
controllerID     = '''0000041D'''
 +
 +
Note by cRush:
 +
Ship ObjectID and Ship Location are parts of a list that is the size of the number of Strings specified by the first INT.
 +
 +
For example:
 +
2
 +
Mos Eisley Starport
 +
 +
//List Starts
 +
{
 +
214218471824
 +
Dantooine Starport
 +
 +
124821841292
 +
Theed Spaceport
 +
}
 
----
 
----
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 18:07, 25 April 2011

Object Controller - JTLShipLocationList (0000041D)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


INT Number of Strings
LONG Terminal ID
A_STRING Current Location
LONG Ship Object ID
A_STRING Ship Location

Variable Descriptions


controllerID = 0000041D

Note by cRush: Ship ObjectID and Ship Location are parts of a list that is the size of the number of Strings specified by the first INT.

For example: 2 Mos Eisley Starport

//List Starts { 214218471824 Dantooine Starport

124821841292 Theed Spaceport }


Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.


INT:		String #
LONG:		Terminal ID thats being accessed.
A_STRING:       Current Location
LONG:           Ship Object ID
A_STRING:       Ship's Location