Karos Graveyard ::
Function Reference :: Scope Reference :: Variable Reference
SobGroup_IsDockedSobGroup(<sSobGroupName>, <sSobGroupNameDockedWith>)

Description
Returns true if <sSobGroupName> is docked with <sSobGroupNameDockedWith>.

Example
SobGroup_IsDockedSobGroup("Dreadnaught", "Shipyard")==0 then ... code ... end

Arguments
<sSobGroupName>: name of the sobgroup containing docking squadrons (quoted string)
<sSobGroupNameDockedWith>: name of the sobgroup where the other sobgroup can dock (quoted string)

Related Pages:
 Comments [Hide comments/form]
Not sure if this function returns true if any or all ships in <sSobGroupName> are docked.
-- MiKail (2006-06-22 22:59:29)
:: ::