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 navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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