removeAll3DENEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


|arma3|Game name=
|arma3


|1.56|Game version=
|1.56


|gr1= Eden Editor |GROUP1=
|gr1= Eden Editor
|gr2= Event Handlers |GROUP2=
|gr2= Event Handlers


| Removes all [[Eden Editor]] event handlers of given type.  
| Removes all [[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=
|p1= type: [[String]] - name of event handler |PARAMETER1=
| [[Nothing]] |RETURNVALUE=


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


|   
|   
[[add3DENEventHandler]]
[[add3DENEventHandler]]
[[remove3DENEventHandler]]
[[remove3DENEventHandler]]
|SEEALSO=
 


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 02:26, 18 January 2021

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

Notes


Bottom Section