Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Events

Event handlers in AFL are implemented through CBA's eXtended Event Handler (XEH) system. This chapter lists the XEH events that AFL registers, the parameters they pass, and the functions that handle them.

XEH events can be raised using CBA XEH functions. For instance, the function CBA_fnc_targetEvent raises a local event on the target's machine.

For more information on XEH, refer to CBA's XEH Documentation.

Warning

As AFL is still in pre-release development, the events API is not stable. Use these events in your mod at your own risk.