| 
    Arma Reforger Script API
    
   | 
 
  
Public Member Functions | |
| override void | OnCapturingFactionChanged (FactionKey faction) | 
| override void | OnBaseFactionChanged (Faction faction) | 
| override void | OnBaseRegistered (notnull SCR_MilitaryBaseComponent base) | 
| void | SetRadioChatterSignal (Faction faction) | 
  Public Member Functions inherited from SCR_MilitaryBaseLogicComponent | |
| void | RegisterBase (notnull SCR_MilitaryBaseComponent base) | 
| void | UnregisterBase (notnull SCR_MilitaryBaseComponent base) | 
| void | OnBaseUnregistered (notnull SCR_MilitaryBaseComponent base) | 
| int | GetBases (out array< SCR_MilitaryBaseComponent > bases) | 
| override void | EOnInit (IEntity owner) | 
| override void | OnPostInit (IEntity owner) | 
| void | ~SCR_MilitaryBaseLogicComponent () | 
Static Protected Attributes | |
| static const string | RADIO_CHATTER_SIGNAL_NAME = "RadioChatter" | 
| static const string | ESTABLISH_ACTION_SIGNAL_NAME = "EstablishAction" | 
Additional Inherited Members | |
  Protected Attributes inherited from SCR_MilitaryBaseLogicComponent | |
| ref array< SCR_MilitaryBaseComponent > | m_aBases = {} | 
| override void SCR_CampaignRadioRegisteringComponent.OnBaseFactionChanged | ( | Faction | faction | ) | 
| [in] | faction | 
Implements SCR_MilitaryBaseLogicComponent.
| override void SCR_CampaignRadioRegisteringComponent.OnBaseRegistered | ( | notnull SCR_MilitaryBaseComponent | base | ) | 
| [in] | base | 
Implements SCR_MilitaryBaseLogicComponent.
| override void SCR_CampaignRadioRegisteringComponent.OnCapturingFactionChanged | ( | FactionKey | faction | ) | 
Implements SCR_MilitaryBaseLogicComponent.
| void SCR_CampaignRadioRegisteringComponent.SetRadioChatterSignal | ( | Faction | faction | ) | 
| [in] | faction | 
      
  | 
  staticprotected | 
      
  | 
  staticprotected |