removeAllMPEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Some wiki formatting)
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |Game name=
|game1= arma2oa
|version1= 1.55


|1.55|Game version=
|game2= tkoh
|version2= 1.00


|gr1 = Multiplayer |GROUP1=
|game3= arma3
|version3= 0.50


|gr1= Multiplayer


|arg= global


|arg= global |Multiplayer Arguments=
|eff= global


|eff= global |Multiplayer Effects=
|descr= Removes all MP event handlers of the given type which were added by [[addMPEventHandler]]. Command needs to be executed only on one PC for MP event handler to be removed globally.
____________________________________________________________________________________________


| Removes all MP event handlers of the given type which were added by [[addMPEventHandler]]. Command needs to be executed only on one PC for MP event handler to be removed globally. |DESCRIPTION=
|s1= objectName [[removeAllMPEventHandlers]] event
____________________________________________________________________________________________


| objectName '''removeAllMPEventHandlers''' event |SYNTAX=
|p1= objectName: [[Object]]
 
|p1= objectName: [[Object]] |Parameter1=


|p2= event: [[String]]
|p2= event: [[String]]


| [[Nothing]] |RETURNVALUE=
|r1= [[Nothing]]
____________________________________________________________________________________________


|x1= <code> player '''removeAllMPEventHandlers''' "mpkilled"; </code> |=
|x1= <sqf>player removeAllMPEventHandlers "MPKilled";</sqf>
____________________________________________________________________________________________


| [[:Category:Event Handlers|EventHandlers list]], [[addMPEventHandler]], [[removeMPEventHandler]]|SEEALSO=
|seealso= [[:Category:Event Handlers|EventHandlers list]] [[addMPEventHandler]] [[removeMPEventHandler]]
}}
}}
<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|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Arma 2: Operation Arrowhead: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]

Latest revision as of 17:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Removes all MP event handlers of the given type which were added by addMPEventHandler. Command needs to be executed only on one PC for MP event handler to be removed globally.
Groups:
Multiplayer

Syntax

Syntax:
objectName removeAllMPEventHandlers event
Parameters:
objectName: Object
event: String
Return Value:
Nothing

Examples

Example 1:
player removeAllMPEventHandlers "MPKilled";

Additional Information

See also:
EventHandlers list addMPEventHandler removeMPEventHandler

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