Function; SobGroup_IsDockedSobGroup - HWRM/KarosGraveyard GitHub Wiki

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

Function Reference

Comments

Not sure if this function returns true if any or all ships in <sSobGroupName> are docked.

--Mikali (2006-06-22 22:59:29)

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial