CBA_fnc_supportMonitor

Description

Iterate through all vehicle classes and find those who don’t support extended event handlers.

Parameters

0: _addAddonToOutputfalse: simple list of classnames - true: include addon in output [optional] <BOOLEAN> (default: false)
1: _includeDuplicatesInclude classes that inherit class EventHandlers?  [optional] <BOOLEAN> (default: false)
2: _includeDisabledInclude classes that have XEH explicitly disabled?  [optional] <BOOLEAN> (default: false)
3: _classFilterOnly include children of this class.  “” to disable filter [optional] STRING (default: “”)

Returns

List of addons not supporting XEH ARRAY

Examples

[true] call CBA_fnc_supportMonitor;

Author

commy2

string used by format
Array to read from [Array]
Close