displayRemoveAllEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (merged "handler" and "name" to "handlerName" so nobody thinks these are 2 parameters)
m (Fix typo)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Remove all even handlers from the given display. |= Description
| Remove all event handlers from the given display. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 20:21, 13 August 2017

Hover & click on the images for description

Description

Description:
Remove all event handlers from the given display.
Groups:
Uncategorised

Syntax

Syntax:
display displayRemoveAllEventHandlers handlerName
Parameters:
display: Display -
handlerName: String -
Return Value:
Nothing

Examples

Example 1:
(example)

Additional Information

See also:
displayAddEventHandlerdisplayRemoveEventHandler

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

Notes

Bottom Section