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

Go to the source code of this file.

Data Structures

class  SCR_CaptureAreaClass
 
class  SCR_CaptureArea
 

Typedefs

typedef func CaptureAreaCharacterEventDelegate
 
typedef ScriptInvokerBase< CaptureAreaCharacterEventDelegateCaptureAreaEvent
 
typedef func CaptureAreaOwnerFactionEventDelegate
 
typedef ScriptInvokerBase< CaptureAreaOwnerFactionEventDelegateCaptureAreaOwnershipEvent
 

Functions

void CaptureAreaCharacterEventDelegate (SCR_CaptureArea area, Faction affiliatedFaction, IEntity character)
 Callback delegate used by events regarding character(s) in SCR_CaptureArea. More...
 
void CaptureAreaOwnerFactionEventDelegate (SCR_CaptureArea area, Faction previousOwner, Faction newOwner)
 Callback delegate used by events regarding faction ownership in SCR_CaptureArea. More...
 

Typedef Documentation

◆ CaptureAreaCharacterEventDelegate

Definition at line 8 of file SCR_CaptureArea.c.

◆ CaptureAreaEvent

Definition at line 9 of file SCR_CaptureArea.c.

◆ CaptureAreaOwnerFactionEventDelegate

Definition at line 13 of file SCR_CaptureArea.c.

◆ CaptureAreaOwnershipEvent

Definition at line 14 of file SCR_CaptureArea.c.

Function Documentation

◆ CaptureAreaCharacterEventDelegate()

void CaptureAreaCharacterEventDelegate ( SCR_CaptureArea  area,
Faction  affiliatedFaction,
IEntity  character 
)

Callback delegate used by events regarding character(s) in SCR_CaptureArea.

◆ CaptureAreaOwnerFactionEventDelegate()

void CaptureAreaOwnerFactionEventDelegate ( SCR_CaptureArea  area,
Faction  previousOwner,
Faction  newOwner 
)

Callback delegate used by events regarding faction ownership in SCR_CaptureArea.