removeAll3DENEventHandlers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
|arma3|Game name= | |arma3|Game name= | ||
Line 8: | Line 7: | ||
|gr1= Eden Editor |GROUP1= | |gr1= Eden Editor |GROUP1= | ||
|gr2= Event Handlers |GROUP2= | |gr2= Event Handlers |GROUP2= | ||
| Removes all [[Eden Editor]] event handlers of given type. | | Removes all [[Eden Editor]] event handlers of given type. | ||
Line 14: | Line 12: | ||
See the list of all [[Arma_3:_Event_Handlers:_Eden_Editor|Eden Editor Event Handlers]]. | See the list of all [[Arma_3:_Event_Handlers:_Eden_Editor|Eden Editor Event Handlers]]. | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| '''removeAll3DENEventHandlers''' type|SYNTAX= | | '''removeAll3DENEventHandlers''' type|SYNTAX= | ||
Line 21: | Line 18: | ||
|x1= <code>[[removeAll3DENEventHandlers]] "onUndo";</code>|EXAMPLE1= | |x1= <code>[[removeAll3DENEventHandlers]] "onUndo";</code>|EXAMPLE1= | ||
| | | | ||
Line 29: | Line 25: | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 02:20, 17 January 2021
Description
- Description:
- Removes all Eden Editor event handlers of given type.
See the list of all Eden Editor Event Handlers. - Groups:
- Eden EditorEvent Handlers
Syntax
- Syntax:
- removeAll3DENEventHandlers type
- Parameters:
- type: String - name of event handler
- Return Value:
- Nothing
Examples
- Example 1:
removeAll3DENEventHandlers "onUndo";
Additional Information
- See also:
- add3DENEventHandler remove3DENEventHandler
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