Function; SobGroup_HasSubsystem - HWRM/KarosGraveyard GitHub Wiki

SobGroup_HasSubsystem(<sSobGroupName>, <sSubsystemName>)

Description

Returns true if any ship in <sSobGroupName> has <sSubsystemName> built on any of its hardpoint.

Example

(from FX:Galaxy Mod)

if (SobGroup_HasSubsystem(CustomGroup, "hgn_lbc_Turret_f")==1) then

Arguments

  • <sSobGroupName>: name of the sobgroup
  • <sSubsystemName>: name of the subsystem

Related Pages

Function Reference

Comments

Page Status

Updated Formatting? Initial Updated for HWRM? Initial