Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CampaignMilitaryBaseManager.c File Reference

Go to the source code of this file.

Classes

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 func OnBaseBuiltDelegate
typedef ScriptInvokerBase< OnSignalChangedDelegateOnSignalChangedInvoker
typedef ScriptInvokerBase< OnAllBasesInitializedDelegateOnAllBasesInitializedInvoker
typedef ScriptInvokerBase< OnLocalPlayerEnteredBaseDelegateOnLocalPlayerEnteredBaseInvoker
typedef ScriptInvokerBase< OnLocalPlayerLeftBaseDelegateOnLocalPlayerLeftBaseInvoker
typedef ScriptInvokerBase< OnLocalFactionCapturedBaseDelegateOnLocalFactionCapturedBaseInvoker
typedef ScriptInvokerBase< OnBaseBuiltDelegateOnBaseBuiltInvoker

Functions

void OnSignalChangedDelegate (SCR_CampaignMilitaryBaseComponent base)
void OnLocalPlayerEnteredBaseDelegate (SCR_CampaignMilitaryBaseComponent base)
void OnLocalPlayerLeftBaseDelegate (SCR_CampaignMilitaryBaseComponent base)
void OnBaseBuiltDelegate (SCR_CampaignMilitaryBaseComponent base, Faction faction)

Typedef Documentation

◆ OnAllBasesInitializedDelegate

◆ OnAllBasesInitializedInvoker

◆ OnBaseBuiltDelegate

Definition at line 13 of file SCR_CampaignMilitaryBaseManager.c.

◆ OnBaseBuiltInvoker

typedef ScriptInvokerBase<OnBaseBuiltDelegate> OnBaseBuiltInvoker

Definition at line 20 of file SCR_CampaignMilitaryBaseManager.c.

◆ OnLocalFactionCapturedBaseDelegate

◆ OnLocalFactionCapturedBaseInvoker

◆ OnLocalPlayerEnteredBaseDelegate

◆ OnLocalPlayerEnteredBaseInvoker

◆ OnLocalPlayerLeftBaseDelegate

◆ OnLocalPlayerLeftBaseInvoker

◆ OnSignalChangedDelegate

Definition at line 8 of file SCR_CampaignMilitaryBaseManager.c.

◆ OnSignalChangedInvoker

typedef ScriptInvokerBase<OnSignalChangedDelegate> OnSignalChangedInvoker

Definition at line 15 of file SCR_CampaignMilitaryBaseManager.c.

Function Documentation

◆ OnBaseBuiltDelegate()

◆ OnLocalPlayerEnteredBaseDelegate()

◆ OnLocalPlayerLeftBaseDelegate()

◆ OnSignalChangedDelegate()