removeAll3DENEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1.56)
m (Text replacement - "Category:Eden Editor" to "Eden Editor")
 
(37 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


|arma3|= Game name
|game1= arma3
|version1= 1.56


|1.56|= Game version
|gr1= Eden Editor
____________________________________________________________________________________________
|gr2= Event Handlers


| Removes all [[Eden Editor]] event handlers of given type.  
|descr= Removes all [[:Category:Eden Editor|Eden Editor]] event handlers of given type.  
<br /><br />
<br><br>
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
____________________________________________________________________________________________


| '''removeAll3DENEventHandlers''' type|= Syntax
|s1= [[removeAll3DENEventHandlers]] type
|p1= type: [[String]] - name of event handler |= PARAMETER1
| [[Nothing]] |= RETURNVALUE


|x1= <code>[[removeAll3DENEventHandlers]] "onUndo";</code>|= EXAMPLE1
|p1= type: [[String]] - name of event handler
____________________________________________________________________________________________
|r1= [[Nothing]]


|
|x1= <sqf>removeAll3DENEventHandlers "onUndo";</sqf>
 
|seealso=
[[add3DENEventHandler]]
[[add3DENEventHandler]]
[[remove3DENEventHandler]]
[[remove3DENEventHandler]]
|= SEEALSO
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<!-- DISCONTINUE Notes -->
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Eden Editor|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:26, 9 July 2023

Hover & click on the images for description

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