removeAllEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|REMOVEALLEVENTHANDLERS]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.96|REMOVEALLEVENTHANDLERS]]
[[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]]


{{Command|Comments=
|game1= ofp
____________________________________________________________________________________________
|version1= 1.85


| ofpr |= Game name
|game2= ofpe
|version2= 1.00


|1.85|= Game version
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| Removes all event handlers of given type that were added by [[addEventHandler]]. Since VBS2 v1.24 can be applied on individual weapon rounds. |DESCRIPTION=
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| objectName '''removeAllEventHandlers''' handlerType |SYNTAX=
|game5= arma2oa
|version5= 1.50


|p1= objectName: [[Object]] |PARAMETER1=
|game6= tkoh
|p2= handlerType: [[String]] - See [[Event Handlers]] for list
|version6= 1.00


| [[Nothing]] |RETURNVALUE=
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50
 
|x1= <code>[[player]] [[removeAllEventHandlers]] "killed";</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[:Category:Event Handlers|EventHandlers list]], [[removeEventHandler]], [[addEventHandler]] |SEEALSO=
|eff= local


}}
|gr1= Event Handlers
 
|descr= Removes all event handlers of given type that were added by [[addEventHandler]] '''and''' resets event handler's creation index to 0.
 
|s1= target [[removeAllEventHandlers]] handlerType
 
|p1= target: [[Object]] or {{GVI|arma3|2.10}} [[Group]]
 
|p2= handlerType: [[String]] - see [[:Category:Event Handlers|Event Handlers]]


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>player removeAllEventHandlers "Killed";</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[:Category:Event Handlers|Event Handler List]] [[removeEventHandler]] [[addEventHandler]] [[removeMissionEventHandler]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:49, 8 November 2023

Hover & click on the images for description

Description

Description:
Removes all event handlers of given type that were added by addEventHandler and resets event handler's creation index to 0.
Groups:
Event Handlers

Syntax

Syntax:
target removeAllEventHandlers handlerType
Parameters:
target: Object or Arma 3 logo black.png2.10 Group
handlerType: String - see Event Handlers
Return Value:
Nothing

Examples

Example 1:
player removeAllEventHandlers "Killed";

Additional Information

See also:
Event Handler List removeEventHandler addEventHandler removeMissionEventHandler

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