![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| OnBaseRegisteredInvoker | GetOnBaseRegistered () |
| OnBaseUnregisteredInvoker | GetOnBaseUnregistered () |
| void | OnCleanup () |
| void | OnBaseFactionChanged (Faction faction, SCR_MilitaryBaseComponent base) |
| void | OnLogicRegisteredInBase (SCR_MilitaryBaseLogicComponent logic, SCR_MilitaryBaseComponent base) |
| void | OnLogicUnregisteredInBase (SCR_MilitaryBaseLogicComponent logic, SCR_MilitaryBaseComponent base) |
| OnBaseFactionChangedInvoker | GetOnBaseFactionChanged () |
| OnLogicPresenceChangedInvoker | GetOnLogicRegisteredInBase () |
| OnLogicPresenceChangedInvoker | GetOnLogicUnregisteredInBase () |
| void | OnInit () |
| void | OnEntityTransformChanged (notnull SCR_EditableEntityComponent editComponent) |
| When a base or logic component is moved, recalculate registered members. | |
| void | OnBaseTransformChanged (notnull SCR_MilitaryBaseComponent baseComponent) |
| Base has been moved, recalculate members in radius. | |
| void | OnLogicTransformChanged (notnull SCR_MilitaryBaseLogicComponent logicComponent) |
| Logic has been moved, recalculate members in radius of bases. | |
| void | LoadAvailableCallsigns () |
| void | RegisterBase (notnull SCR_MilitaryBaseComponent base) |
| void | UnregisterBase (notnull SCR_MilitaryBaseComponent base) |
| int | GetBases (notnull out array< SCR_MilitaryBaseComponent > bases) |
| int | GetBasesCount () |
| void | RegisterLogicComponent (notnull SCR_MilitaryBaseLogicComponent component) |
| void | UnregisterLogicComponent (notnull SCR_MilitaryBaseLogicComponent component) |
Static Protected Member Functions | |
| static SCR_MilitaryBaseSystem | GetInstance () |
Protected Attributes | |
| ref array< SCR_MilitaryBaseComponent > | m_aBases = {} |
| ref array< SCR_MilitaryBaseLogicComponent > | m_aLogicComponents = {} |
| ref array< int > | m_aAvailableCallsignIds |
| ref OnBaseFactionChangedInvoker | m_OnBaseFactionChanged |
| ref OnLogicPresenceChangedInvoker | m_OnLogicRegisteredInBase |
| ref OnLogicPresenceChangedInvoker | m_OnLogicUnregisteredInBase |
| ref OnBaseRegisteredInvoker | m_OnBaseRegistered |
| ref OnBaseUnregisteredInvoker | m_OnBaseUnregistered |
Definition at line 17 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 330 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 336 of file SCR_MilitaryBaseSystem.c.
|
inlinestaticprotected |
Definition at line 37 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 96 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 48 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 57 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 105 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 114 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 219 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 75 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Base has been moved, recalculate members in radius.
Definition at line 174 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 66 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
When a base or logic component is moved, recalculate registered members.
Definition at line 133 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 123 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 82 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Logic has been moved, recalculate members in radius of bases.
Definition at line 196 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 89 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 274 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 342 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 315 of file SCR_MilitaryBaseSystem.c.
|
inlineprotected |
Definition at line 365 of file SCR_MilitaryBaseSystem.c.
|
protected |
Definition at line 28 of file SCR_MilitaryBaseSystem.c.
|
protected |
Definition at line 26 of file SCR_MilitaryBaseSystem.c.
|
protected |
Definition at line 27 of file SCR_MilitaryBaseSystem.c.
|
protected |
Definition at line 30 of file SCR_MilitaryBaseSystem.c.
|
protected |
Definition at line 33 of file SCR_MilitaryBaseSystem.c.
|
protected |
Definition at line 34 of file SCR_MilitaryBaseSystem.c.
|
protected |
Definition at line 31 of file SCR_MilitaryBaseSystem.c.
|
protected |
Definition at line 32 of file SCR_MilitaryBaseSystem.c.