![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Marks a method in a class as a valid event receiver callback. More...
Marks a method in a class as a valid event receiver callback.
The ReceiverAttribute is used to annotate methods within a receiver class that are eligible to handle events from an EventProvider. Only methods marked with this attribute can be connected to provider events using ConnectEvent.
Methods must have a signature compatible with the associated event.
Definition at line 23 of file ReceiverAttribute.c.