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

Marks a method in a provider class as an event declaration. More...

Inheritance diagram for EventAttribute:
UniqueAttribute UniqueAttribute

Detailed Description

Marks a method in a provider class as an event declaration.

The EventAttribute designates a method as an event that can be thrown by an EventProvider. These event methods are invocable through ThrowEvent and represent the event's signature.

Only methods in classes derived from EventProvider and marked with this attribute are available for binding to receiver callbacks.

See also
Event System

Definition at line 23 of file EventAttribute.c.


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