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_CampaignMilitaryBaseManager |
Created in SCR_GameModeCampaign. More... | |
Typedefs | |
typedef func | OnSignalChangedDelegate |
typedef func | OnAllBasesInitializedDelegate |
typedef func | OnLocalPlayerEnteredBaseDelegate |
typedef func | OnLocalPlayerLeftBaseDelegate |
typedef func | OnLocalFactionCapturedBaseDelegate |
typedef ScriptInvokerBase< OnSignalChangedDelegate > | OnSignalChangedInvoker |
typedef ScriptInvokerBase< OnAllBasesInitializedDelegate > | OnAllBasesInitializedInvoker |
typedef ScriptInvokerBase< OnLocalPlayerEnteredBaseDelegate > | OnLocalPlayerEnteredBaseInvoker |
typedef ScriptInvokerBase< OnLocalPlayerLeftBaseDelegate > | OnLocalPlayerLeftBaseInvoker |
typedef ScriptInvokerBase< OnLocalFactionCapturedBaseDelegate > | OnLocalFactionCapturedBaseInvoker |
Functions | |
void | OnSignalChangedDelegate (SCR_CampaignMilitaryBaseComponent base) |
void | OnLocalPlayerEnteredBaseDelegate (SCR_CampaignMilitaryBaseComponent base) |
void | OnLocalPlayerLeftBaseDelegate (SCR_CampaignMilitaryBaseComponent base) |
Variables | |
class SCR_CampaignMilitaryBaseManager | NONE |
class SCR_CampaignMilitaryBaseManager | RECEIVE |
class SCR_CampaignMilitaryBaseManager | SEND |
Definition at line 8 of file SCR_CampaignMilitaryBaseManager.c.
typedef ScriptInvokerBase<OnAllBasesInitializedDelegate> OnAllBasesInitializedInvoker |
Definition at line 14 of file SCR_CampaignMilitaryBaseManager.c.
Definition at line 11 of file SCR_CampaignMilitaryBaseManager.c.
typedef ScriptInvokerBase<OnLocalFactionCapturedBaseDelegate> OnLocalFactionCapturedBaseInvoker |
Definition at line 17 of file SCR_CampaignMilitaryBaseManager.c.
typedef func OnLocalPlayerEnteredBaseDelegate |
Definition at line 9 of file SCR_CampaignMilitaryBaseManager.c.
typedef ScriptInvokerBase<OnLocalPlayerEnteredBaseDelegate> OnLocalPlayerEnteredBaseInvoker |
Definition at line 15 of file SCR_CampaignMilitaryBaseManager.c.
typedef func OnLocalPlayerLeftBaseDelegate |
Definition at line 10 of file SCR_CampaignMilitaryBaseManager.c.
typedef ScriptInvokerBase<OnLocalPlayerLeftBaseDelegate> OnLocalPlayerLeftBaseInvoker |
Definition at line 16 of file SCR_CampaignMilitaryBaseManager.c.
typedef func OnSignalChangedDelegate |
Definition at line 7 of file SCR_CampaignMilitaryBaseManager.c.
typedef ScriptInvokerBase<OnSignalChangedDelegate> OnSignalChangedInvoker |
Definition at line 13 of file SCR_CampaignMilitaryBaseManager.c.
void OnSignalChangedDelegate | ( | SCR_CampaignMilitaryBaseComponent | base | ) |
class SCR_CampaignMilitaryBaseManager NONE |
class SCR_CampaignMilitaryBaseManager RECEIVE |
class SCR_CampaignMilitaryBaseManager SEND |