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

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< OnBaseFactionChangedDelegateOnBaseFactionChangedInvoker
typedef ScriptInvokerBase< OnLogicPresenceChangedDelegateOnLogicPresenceChangedInvoker
typedef ScriptInvokerBase< OnBaseRegisteredDelegateOnBaseRegisteredInvoker
typedef ScriptInvokerBase< OnBaseUnregisteredDelegateOnBaseUnregisteredInvoker

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 Documentation

◆ OnBaseFactionChangedDelegate

Definition at line 6 of file SCR_MilitaryBaseSystem.c.

◆ OnBaseFactionChangedInvoker

Definition at line 11 of file SCR_MilitaryBaseSystem.c.

◆ OnBaseRegisteredDelegate

Definition at line 8 of file SCR_MilitaryBaseSystem.c.

◆ OnBaseRegisteredInvoker

Definition at line 13 of file SCR_MilitaryBaseSystem.c.

◆ OnBaseUnregisteredDelegate

Definition at line 9 of file SCR_MilitaryBaseSystem.c.

◆ OnBaseUnregisteredInvoker

Definition at line 14 of file SCR_MilitaryBaseSystem.c.

◆ OnLogicPresenceChangedDelegate

Definition at line 7 of file SCR_MilitaryBaseSystem.c.

◆ OnLogicPresenceChangedInvoker

Definition at line 12 of file SCR_MilitaryBaseSystem.c.

Function Documentation

◆ OnBaseFactionChangedDelegate()

void OnBaseFactionChangedDelegate ( SCR_MilitaryBaseComponent base,
Faction faction )

◆ OnBaseRegisteredDelegate()

void OnBaseRegisteredDelegate ( SCR_MilitaryBaseComponent base)

◆ OnBaseUnregisteredDelegate()

void OnBaseUnregisteredDelegate ( SCR_MilitaryBaseComponent base)

◆ OnLogicPresenceChangedDelegate()

void OnLogicPresenceChangedDelegate ( SCR_MilitaryBaseComponent base,
SCR_MilitaryBaseLogicComponent logic )