Difference between revisions of "Systemid"

From Vendetta Lua
Jump to: navigation, search
(New page: The systemid is a numeric value representing a system in the universe. Currently it's ranging from 1 (Sol II) to 31 (Devlopia) == See Also == * SystemNames, a t...)
 
(See Also)
Line 5: Line 5:
 
* [[API Index#SystemNames|SystemNames]], a table for translating systemids into real names and back
 
* [[API Index#SystemNames|SystemNames]], a table for translating systemids into real names and back
 
* [[API Index#GetCurrentSectorid|GetCurrentSystemid]] to get the current system's ID
 
* [[API Index#GetCurrentSectorid|GetCurrentSystemid]] to get the current system's ID
* [[API Index#SplitSectorid|GetSystemID]] to get the system ID of a given [[Sectorid|sectorid]]
+
* [[API Index#SplitSectorID|GetSystemID]] to get the system ID of a given [[Sectorid|sectorid]]

Revision as of 13:15, 1 February 2008

The systemid is a numeric value representing a system in the universe. Currently it's ranging from 1 (Sol II) to 31 (Devlopia)

See Also