Difference between revisions of "Stationid"

From Vendetta Lua
Jump to: navigation, search
Line 6: Line 6:
 
See:
 
See:
  
[[Function_index#SplitStationID]]<br>
+
[[Function_Index#SplitStationID]]<br>
[[Function_index#GetStationFaction]]<br>
+
[[Function_Index#GetStationFaction]]<br>
[[Function_index#GetStationLocation]]<br>
+
[[Function_Index#GetStationLocation]]<br>
[[Function_index#GetStationName]]<br>
+
[[Function_Index#GetStationName]]<br>

Revision as of 11:36, 6 August 2007

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:

Function_Index#SplitStationID
Function_Index#GetStationFaction
Function_Index#GetStationLocation
Function_Index#GetStationName