Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
EventProvider.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
28
sealed
class
EventProvider
:
ScriptAndConfig
29
{
34
proto external
protected
void
ThrowEvent
(
func
eventSender,
void
param1
= null,
void
param2
= null,
void
param3
= null,
void
param4
= null,
void
param5
= null,
void
param6 = null,
void
param7 = null,
void
param8 = null,
void
param9 = null);
40
static
proto
bool
ConnectEvent
(
func
eventSender,
func
eventReceiver);
47
static
proto
bool
ConnectEventFiltered
(
func
eventSender,
func
eventReceiver,
void
filter);
53
static
proto
bool
DisconnectEvent
(
func
eventSender,
func
eventReceiver);
60
static
proto
bool
DisconnectEventFiltered
(
func
eventSender,
func
eventReceiver,
void
filter);
64
static
proto
bool
DisconnectEvents
(
EventProvider
provider, Managed receiver);
65
}
66
func
func
Definition
SCR_AIThreatSystem.c:6
EventProvider
Class for broadcasting events to registered receivers.
Definition
EventProvider.c:29
EventProvider::ThrowEvent
void ThrowEvent(func eventSender, void param1=null, void param2=null, void param3=null, void param4=null, void param5=null, void param6=null, void param7=null, void param8=null, void param9=null)
EventProvider::DisconnectEventFiltered
static proto bool DisconnectEventFiltered(func eventSender, func eventReceiver, void filter)
EventProvider::ConnectEvent
static proto bool ConnectEvent(func eventSender, func eventReceiver)
EventProvider::ConnectEventFiltered
static proto bool ConnectEventFiltered(func eventSender, func eventReceiver, void filter)
EventProvider::DisconnectEvent
static proto bool DisconnectEvent(func eventSender, func eventReceiver)
EventProvider::DisconnectEvents
static proto bool DisconnectEvents(EventProvider provider, Managed receiver)
ScriptAndConfig
Definition
Types.c:124
param4
T4 param4
Definition
tuple.c:152
param3
T3 param3
Definition
tuple.c:93
param2
T2 param2
Definition
tuple.c:92
param1
Tuple param1
param5
T5 param5
Definition
tuple.c:153
scripts
GameLib
generated
EventSystem
EventProvider.c
Generated by
1.17.0