Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ReceiverAttribute Class Reference

Marks a method in a class as a valid event receiver callback. More...

Inheritance diagram for ReceiverAttribute:
UniqueAttribute UniqueAttribute

Detailed Description

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.

See also
Event System

Definition at line 23 of file ReceiverAttribute.c.


The documentation for this class was generated from the following file: