Compiles all Extended EventHandlers in given config.
0: _baseConfig | What config file should be used. <CONFIG> |
Compiled code of all Extended EventHandlers ARRAY format: [event1, event2, ..., eventN] ARRAY eventX format: [_className STRING, _eventName STRING, _eventFunc <CODE>, _allowInheritance <BOOLEAN>, _excludedClasses ARRAY]
configFile call CBA_fnc_compileEventHandlers;
commy2