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=")
(27 intermediate revisions by 13 users not shown)
Line 1: Line 1:
<h2 style="color:#000066">''object '''''removeAllEventHandlers ''handlerType'''''</h2>
[[Category:Scripting Commands|REMOVEALLEVENTHANDLERS]]
[[Category:Scripting Commands OFP 1.96|REMOVEALLEVENTHANDLERS]]
[[Category:Scripting Commands ArmA|REMOVEALLEVENTHANDLERS]]


'''Operand types:'''
{{Command|Comments=
____________________________________________________________________________________________


object: [[Object]]
| ofpr |Game name=


handlerType: [[String]]
|1.85|Game version=
____________________________________________________________________________________________


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


Nothing
| objectName '''removeAllEventHandlers''' handlerType |SYNTAX=


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


Removes all event handlers of given type that were added by [[addEventHandler]].
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[[player]] [[removeAllEventHandlers]] "killed";</code> |EXAMPLE1=
____________________________________________________________________________________________


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


player '''removeAllEventHandlers''' "killed"
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<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