displayRemoveAllEventHandlers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:ArmA 2: New Scripting Commands List\|{{uc:{{PAGENAME}}}}\]\]\s*" to "") |
Lou Montana (talk | contribs) (Add example) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| display | | display [[displayRemoveAllEventHandlers]] eventName |SYNTAX= | ||
|p1= display: [[Display]] | |p1= display: [[Display]] |PARAMETER1= | ||
|p2= | |p2= eventName: [[String]] |PARAMETER2= | ||
| | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>([[findDisplay]] 46) [[displayRemoveAllEventHandlers]] "KeyDown";</code> |EXAMPLE1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[displayAddEventHandler]], [[displayRemoveEventHandler]] |SEEALSO= | | [[displayAddEventHandler]], [[displayRemoveEventHandler]] |SEEALSO= | ||
}} | }} | ||
Line 40: | Line 33: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] |
Revision as of 00:57, 5 January 2020
Description
- Description:
- Remove all event handlers from the given display.
- Groups:
- Uncategorised
Syntax
- Syntax:
- display displayRemoveAllEventHandlers eventName
- Parameters:
- display: Display
- eventName: String
- Return Value:
- Nothing
Examples
- Example 1:
(findDisplay 46) displayRemoveAllEventHandlers "KeyDown";
Additional Information
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