Karos Graveyard ::
Function Reference :: Scope Reference :: Variable Reference
SobGroup_IsGateDeployed(<sGate1Name>, <sGate2Name>)

Description
Returns true if the gates <sGate1Name> and <sGate2Name> are deployed and linked.
Note: use SobGroup_FormHyperspaceGate to deploy the gates.

Example
if (SobGroup_IsGateDeployed("WaveOne_Gate_a", "WaveOne_Gate_b") == 1) then ...code... end

Arguments
<sGate1Name>, <sGate2Name>: the names of the sobGroups containing the gates to check.

Related Pages:
 Comments [Hide comments/form]
Modified as the arguments were somewhat incorrectly stated
-- SunTzu (2005-12-26 05:14:10)
Does it make a difference if the gates are linked to each other?
-- 0-3pool107-112.nas29.houston4.tx.us.da.qwest.net (2006-01-09 23:34:36)
I realise 'gate' and 'deployed' were misleading. It should be clear now. I hope :D
-- SunTzu (2006-01-10 14:33:21)
:: ::