![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_MilitaryBaseLogicComponentClass |
Functions | |
| void | RegisterBase (notnull SCR_MilitaryBaseComponent base) |
| void | OnBaseRegistered (notnull SCR_MilitaryBaseComponent base) |
| void | UnregisterBase (notnull SCR_MilitaryBaseComponent base) |
| void | OnBaseUnregistered (notnull SCR_MilitaryBaseComponent base) |
| int | GetBases (out array< SCR_MilitaryBaseComponent > bases) |
| bool | IsControlledByFaction (notnull Faction faction) |
| void | OnBaseFactionChanged (Faction faction) |
| void | OnCapturingFactionChanged (FactionKey faction) |
| override void | EOnInit (IEntity owner) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| override void | OnDelete (IEntity owner) |
Variables | |
| SCR_MilitaryBaseLogicComponentClass | m_aBases = {} |
| int GetBases | ( | out array< SCR_MilitaryBaseComponent > | bases | ) |
Definition at line 67 of file SCR_MilitaryBaseLogicComponent.c.
| void OnBaseFactionChanged | ( | Faction | faction | ) |
| [in] | faction |
Definition at line 80 of file SCR_MilitaryBaseLogicComponent.c.
| void OnBaseRegistered | ( | notnull SCR_MilitaryBaseComponent | base | ) |
| [in] | base |
Definition at line 23 of file SCR_MilitaryBaseLogicComponent.c.
| void OnBaseUnregistered | ( | notnull SCR_MilitaryBaseComponent | base | ) |
| [in] | base |
Definition at line 135 of file SCR_ServicePointComponent.c.
| void OnCapturingFactionChanged | ( | FactionKey | faction | ) |
Definition at line 11 of file SCR_CampaignRadioRegisteringComponent.c.
| override void OnDelete | ( | IEntity | owner | ) |
Definition at line 119 of file SCR_MilitaryBaseLogicComponent.c.
| void RegisterBase | ( | notnull SCR_MilitaryBaseComponent | base | ) |
| [in] | base |
Definition at line 12 of file SCR_MilitaryBaseLogicComponent.c.
| void UnregisterBase | ( | notnull SCR_MilitaryBaseComponent | base | ) |
| [in] | base |
Definition at line 42 of file SCR_MilitaryBaseLogicComponent.c.
| SCR_MilitaryBaseLogicComponentClass m_aBases = {} |