![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_CaptureAreaClass |
| class | SCR_CaptureArea |
Typedefs | |
| typedef func | CaptureAreaCharacterEventDelegate |
| typedef ScriptInvokerBase< CaptureAreaCharacterEventDelegate > | CaptureAreaEvent |
| typedef func | CaptureAreaOwnerFactionEventDelegate |
| typedef ScriptInvokerBase< CaptureAreaOwnerFactionEventDelegate > | CaptureAreaOwnershipEvent |
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... | |
Definition at line 8 of file SCR_CaptureArea.c.
| typedef ScriptInvokerBase<CaptureAreaCharacterEventDelegate> CaptureAreaEvent |
Definition at line 9 of file SCR_CaptureArea.c.
Definition at line 13 of file SCR_CaptureArea.c.
| typedef ScriptInvokerBase<CaptureAreaOwnerFactionEventDelegate> CaptureAreaOwnershipEvent |
Definition at line 14 of file SCR_CaptureArea.c.
| 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.