CBA_fnc_addDisplayHandler

Description

Adds an action to a displayHandler

Parameters

_typeDisplayhandler type to attach to [String].
_codeCode to execute upon event [Code].

Returns

the id of the attached handler

Examples

_id = ["keyDown", { _this call myKeyDownEH }] call CBA_fnc_addDisplayHandler;

Author

Sickboy

Close