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

Go to the source code of this file.

Classes

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.
void CaptureAreaOwnerFactionEventDelegate (SCR_CaptureArea area, Faction previousOwner, Faction newOwner)
 Callback delegate used by events regarding faction ownership in SCR_CaptureArea.

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.