Stationid

From Vendetta Lua
Revision as of 11:35, 6 August 2007 by Chefkoch (Talk | contribs) (New page: 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 w...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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