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_MilitaryBaseSystem |
Typedefs | |
typedef func | OnBaseFactionChangedDelegate |
typedef func | OnLogicPresenceChangedDelegate |
typedef ScriptInvokerBase< OnBaseFactionChangedDelegate > | OnBaseFactionChangedInvoker |
typedef ScriptInvokerBase< OnLogicPresenceChangedDelegate > | OnLogicPresenceChangedInvoker |
Functions | |
void | OnBaseFactionChangedDelegate (SCR_MilitaryBaseComponent base, Faction faction) |
void | OnLogicPresenceChangedDelegate (SCR_MilitaryBaseComponent base, SCR_MilitaryBaseLogicComponent logic) |
typedef func OnBaseFactionChangedDelegate |
Definition at line 4 of file SCR_MilitaryBaseSystem.c.
typedef ScriptInvokerBase<OnBaseFactionChangedDelegate> OnBaseFactionChangedInvoker |
Definition at line 7 of file SCR_MilitaryBaseSystem.c.
typedef func OnLogicPresenceChangedDelegate |
Definition at line 5 of file SCR_MilitaryBaseSystem.c.
typedef ScriptInvokerBase<OnLogicPresenceChangedDelegate> OnLogicPresenceChangedInvoker |
Definition at line 8 of file SCR_MilitaryBaseSystem.c.
void OnBaseFactionChangedDelegate | ( | SCR_MilitaryBaseComponent | base, |
Faction | faction | ||
) |
void OnLogicPresenceChangedDelegate | ( | SCR_MilitaryBaseComponent | base, |
SCR_MilitaryBaseLogicComponent | logic | ||
) |