removeAllEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "|= Game name" to "|Game name=")
(23 intermediate revisions by 13 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands]]
[[Category:Scripting Commands|REMOVEALLEVENTHANDLERS]]
[[Category:Scripting Commands OFP 1.97]]
[[Category:Scripting Commands OFP 1.96|REMOVEALLEVENTHANDLERS]]
[[Category:Scripting Commands ArmA]]
[[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]]


back to [[Scripting_Reference#R|COMREF]]
{{Command|Comments=
____________________________________________________________________________________________


<h2 style="color:#000066">'''''object'' removeAllEventHandlers ''handlerType'''''</h2>
| ofpr |Game name=


|1.85|Game version=
____________________________________________________________________________________________


'''Operand types:'''
| Removes all event handlers of given type that were added by [[addEventHandler]]. Since VBS2 v1.24 can be applied on individual weapon rounds. |DESCRIPTION=
____________________________________________________________________________________________


'''object:''' [[Object]]
| objectName '''removeAllEventHandlers''' handlerType |SYNTAX=


'''handlerType:''' [[String]]
|p1= objectName: [[Object]] |PARAMETER1=
|p2= handlerType: [[String]] - See [[Event Handlers]] for list


'''Type of returned value:'''
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[[player]] [[removeAllEventHandlers]] "killed";</code> |EXAMPLE1=
____________________________________________________________________________________________


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


'''Compatibility:'''
}}


Added in version '''1.85'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Removes all event handlers of given type that were added by [[addEventHandler]].
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
'''Example:'''
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[player]] '''removeAllEventHandlers''' "killed"

Revision as of 15:21, 1 September 2019


Hover & click on the images for description

Description

Description:
Removes all event handlers of given type that were added by addEventHandler. Since VBS2 v1.24 can be applied on individual weapon rounds.
Groups:
Uncategorised

Syntax

Syntax:
objectName removeAllEventHandlers handlerType
Parameters:
objectName: Object
handlerType: String - See Event Handlers for list
Return Value:
Nothing

Examples

Example 1:
player removeAllEventHandlers "killed";

Additional Information

See also:
EventHandlers listremoveEventHandleraddEventHandler

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