![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| 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) |
| void | OnBaseFactionChanged (Faction faction) |
| override void | EOnInit (IEntity owner) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. More... | |
| void | ~SCR_MilitaryBaseLogicComponent () |
Variables | |
| SCR_MilitaryBaseLogicComponentClass | m_aBases = {} |
| int GetBases | ( | out array< SCR_MilitaryBaseComponent > | bases | ) |
| void OnBaseFactionChanged | ( | Faction | faction | ) |
| [in] | faction |
Definition at line 61 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 104 of file SCR_ServicePointComponent.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 35 of file SCR_MilitaryBaseLogicComponent.c.
| void ~SCR_MilitaryBaseLogicComponent | ( | ) |
Definition at line 99 of file SCR_MilitaryBaseLogicComponent.c.
| SCR_MilitaryBaseLogicComponentClass m_aBases = {} |