![]() |
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_MilitaryBaseSystem |
Typedefs | |
| typedef func | OnBaseFactionChangedDelegate |
| typedef func | OnLogicPresenceChangedDelegate |
| typedef func | OnBaseRegisteredDelegate |
| typedef func | OnBaseUnregisteredDelegate |
| typedef ScriptInvokerBase< OnBaseFactionChangedDelegate > | OnBaseFactionChangedInvoker |
| typedef ScriptInvokerBase< OnLogicPresenceChangedDelegate > | OnLogicPresenceChangedInvoker |
| typedef ScriptInvokerBase< OnBaseRegisteredDelegate > | OnBaseRegisteredInvoker |
| typedef ScriptInvokerBase< OnBaseUnregisteredDelegate > | OnBaseUnregisteredInvoker |
Functions | |
| void | OnBaseFactionChangedDelegate (SCR_MilitaryBaseComponent base, Faction faction) |
| void | OnLogicPresenceChangedDelegate (SCR_MilitaryBaseComponent base, SCR_MilitaryBaseLogicComponent logic) |
| void | OnBaseRegisteredDelegate (SCR_MilitaryBaseComponent base) |
| void | OnBaseUnregisteredDelegate (SCR_MilitaryBaseComponent base) |
| typedef func OnBaseFactionChangedDelegate |
Definition at line 6 of file SCR_MilitaryBaseSystem.c.
| typedef ScriptInvokerBase<OnBaseFactionChangedDelegate> OnBaseFactionChangedInvoker |
Definition at line 11 of file SCR_MilitaryBaseSystem.c.
| typedef func OnBaseRegisteredDelegate |
Definition at line 8 of file SCR_MilitaryBaseSystem.c.
| typedef ScriptInvokerBase<OnBaseRegisteredDelegate> OnBaseRegisteredInvoker |
Definition at line 13 of file SCR_MilitaryBaseSystem.c.
| typedef func OnBaseUnregisteredDelegate |
Definition at line 9 of file SCR_MilitaryBaseSystem.c.
| typedef ScriptInvokerBase<OnBaseUnregisteredDelegate> OnBaseUnregisteredInvoker |
Definition at line 14 of file SCR_MilitaryBaseSystem.c.
| typedef func OnLogicPresenceChangedDelegate |
Definition at line 7 of file SCR_MilitaryBaseSystem.c.
| typedef ScriptInvokerBase<OnLogicPresenceChangedDelegate> OnLogicPresenceChangedInvoker |
Definition at line 12 of file SCR_MilitaryBaseSystem.c.
| void OnBaseFactionChangedDelegate | ( | SCR_MilitaryBaseComponent | base, |
| Faction | faction ) |
| void OnBaseRegisteredDelegate | ( | SCR_MilitaryBaseComponent | base | ) |
| void OnBaseUnregisteredDelegate | ( | SCR_MilitaryBaseComponent | base | ) |
| void OnLogicPresenceChangedDelegate | ( | SCR_MilitaryBaseComponent | base, |
| SCR_MilitaryBaseLogicComponent | logic ) |