Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EventProvider.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
Class for broadcasting events to registered receivers.
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)
static proto bool DisconnectEventFiltered(func eventSender, func eventReceiver, void filter)
static proto bool ConnectEvent(func eventSender, func eventReceiver)
static proto bool ConnectEventFiltered(func eventSender, func eventReceiver, void filter)
static proto bool DisconnectEvent(func eventSender, func eventReceiver)
static proto bool DisconnectEvents(EventProvider provider, Managed receiver)
T4 param4
Definition tuple.c:152
T3 param3
Definition tuple.c:93
T2 param2
Definition tuple.c:92
Tuple param1
T5 param5
Definition tuple.c:153