Functions Documentation
View Function Edit Function
Name sysGetStargates
Syntax (sysGetStargates [nodeID]) -> list of gateIDs
Argument List nodeID: the node ID (optional. uses current node if none provided)
Returns list of gateIDs
Category system
Description Used to get stargates in a system
Example taken from &dsUseTualiComaDrug;
; Figure out which gate in the system leads to Huaramarca
(setq gateID (item (filter 
(sysGetStargates (sysGetNode)) theGate 
(huaIsGateToHuaramarca (sysGetNode) theGate Nil)) 0))
Comment