Difference between revisions of "Stationid"

From Vendetta Lua
Jump to: navigation, search
Line 4: Line 4:
 
sectorid is the sector the station is in and index probably the id of the station within the sector. since there's currently only one station per sector it's always 1. I guess that also means theoretically there could be 255 stations per sector.
 
sectorid is the sector the station is in and index probably the id of the station within the sector. since there's currently only one station per sector it's always 1. I guess that also means theoretically there could be 255 stations per sector.
  
See:
+
See also:
  
[[Function_Index#SplitStationID]]<br>
+
* [[API Index#SplitStationID|SplitStationID]]
[[Function_Index#GetStationFaction]]<br>
+
* [[API Index#GetStationFaction|GetStationFaction]]
[[Function_Index#GetStationLocation]]<br>
+
* [[API Index#GetStationLocation|GetStationLocation]]
[[Function_Index#GetStationName]]<br>
+
* [[API Index#GetStationName|GetStationName]]

Revision as of 15:21, 30 January 2008

Integer identifying a station in the game universe

The id is made up of the sectorid * 256 + index. sectorid is the sector the station is in and index probably the id of the station within the sector. since there's currently only one station per sector it's always 1. I guess that also means theoretically there could be 255 stations per sector.

See also: