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=")
(26 intermediate revisions by 13 users not shown)
Line 1: Line 1:
back to [[Scripting_Reference#R|COMREF]]
[[Category:Scripting Commands|REMOVEALLEVENTHANDLERS]]
[[Category:Scripting Commands OFP 1.96|REMOVEALLEVENTHANDLERS]]
[[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]]


<h2 style="color:#000066">''object '''''removeAllEventHandlers ''handlerType'''''</h2>
{{Command|Comments=
____________________________________________________________________________________________


| ofpr |Game name=


'''Operand types:'''
|1.85|Game version=
____________________________________________________________________________________________


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


'''handlerType:''' [[String]]
| objectName '''removeAllEventHandlers''' handlerType |SYNTAX=


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


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


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


Removes all event handlers of given type that were added by [[addEventHandler]].
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


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


[[player]] '''removeAllEventHandlers''' "killed"
<h3 style="display:none">Bottom Section</h3>
[[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}}}}]]

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