CBA_fnc_addDisplayHandler

Description

Adds an action to a displayHandler

Parameters

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

Returns

the id of the attached handler

Examples

_id = ["KeyDown", "_this call myKeyDownEH"] call CBA_fnc_addDisplayHandler;

Author

Sickboy

Close