removeUserActionEventHandler

From Bohemia Interactive Community
Revision as of 12:01, 16 June 2021 by Lou Montana (talk | contribs) (Page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.06.

Description

Description:
Removes a UserAction event handler. For a list of available UserAction event handlers, see: Arma 3: Mission Event Handlers.
Groups:
Event Handlers

Syntax

Syntax:
removeUserActionEventHandler [keyName, event, index]
Parameters:
keyName: String - action key name - see inputAction/actions
event: String - event name - see UserAction Event Handlers. Can be one of:
  • "Activate"
  • "Deactivate"
  • "Analog"
index: Number - index returned by addUserActionEventHandler
Return Value:
Nothing

Examples

Example 1:
removeUserActionEventHandler ["Reload", "Activated", _reloadUAEH];

Additional Information

See also:
addUserActionEventHandler removeAllUserActionEventHandlers UserAction Event Handlers

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note