Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_MilitaryBaseSystem.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_MilitaryBaseSystem
 

Typedefs

typedef func OnBaseFactionChangedDelegate
 
typedef func OnLogicPresenceChangedDelegate
 
typedef ScriptInvokerBase< OnBaseFactionChangedDelegateOnBaseFactionChangedInvoker
 
typedef ScriptInvokerBase< OnLogicPresenceChangedDelegateOnLogicPresenceChangedInvoker
 

Functions

void OnBaseFactionChangedDelegate (SCR_MilitaryBaseComponent base, Faction faction)
 
void OnLogicPresenceChangedDelegate (SCR_MilitaryBaseComponent base, SCR_MilitaryBaseLogicComponent logic)
 

Typedef Documentation

◆ OnBaseFactionChangedDelegate

Definition at line 4 of file SCR_MilitaryBaseSystem.c.

◆ OnBaseFactionChangedInvoker

Definition at line 7 of file SCR_MilitaryBaseSystem.c.

◆ OnLogicPresenceChangedDelegate

Definition at line 5 of file SCR_MilitaryBaseSystem.c.

◆ OnLogicPresenceChangedInvoker

Definition at line 8 of file SCR_MilitaryBaseSystem.c.

Function Documentation

◆ OnBaseFactionChangedDelegate()

void OnBaseFactionChangedDelegate ( SCR_MilitaryBaseComponent  base,
Faction  faction 
)

◆ OnLogicPresenceChangedDelegate()

void OnLogicPresenceChangedDelegate ( SCR_MilitaryBaseComponent  base,
SCR_MilitaryBaseLogicComponent  logic 
)