removeAllEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
m (Remove misleading VBS info.)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


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


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
Line 25: Line 26:
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 20:16, 28 April 2020


Hover & click on the images for description

Description

Description:
Removes all event handlers of given type that were added by addEventHandler.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
player removeAllEventHandlers "killed";

Additional Information

See also:
EventHandlers listremoveEventHandleraddEventHandlerremoveMissionEventHandler

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