Function; SobGroup_Empty - HWRM/KarosGraveyard GitHub Wiki

SobGroup_Empty(<sSobGroupName>)

Description

Returns true if <sSobGroupName> is empty.
Use this instead of SobGroup_Count to check if the group contains any ships.

Example

if (SobGroup_Empty("MySOBGroup") == 1) then

...

end

Arguments

<sSobGroupName>: the name of the sobgroup to check.

Related Pages

Function Reference

Scope: Gametype

SobGroup_Count

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial