removeAllMPEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed typo)
m (Some wiki formatting)
 
(47 intermediate revisions by 6 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


| Removes all MP event handler of the given type which were added by [[addMPEventHandler]]. |= Description
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| objectName '''removeAllMPEventHandlers''' "event" |= Syntax
|gr1= Multiplayer


|p1= objectName: [[Object]] |=
|arg= global
|p2= event: [[String]]


| [[Nothing]] |= Return value
|eff= global
____________________________________________________________________________________________


|x1= <code> player '''removeAllMPEventHandlers''' "mpkilled"; </code> |=
|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.
____________________________________________________________________________________________


| [[:Category:Event Handlers|EventHandlers list]], [[addMPEventHandler]], [[removeMPEventHandler]]|= See also
|s1= objectName [[removeAllMPEventHandlers]] event
}}


<h3 style="display:none">Notes</h3>
|p1= objectName: [[Object]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|p2= event: [[String]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|r1= [[Nothing]]


[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|x1= <sqf>player removeAllMPEventHandlers "MPKilled";</sqf>
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
 
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
|seealso= [[:Category:Event Handlers|EventHandlers list]] [[addMPEventHandler]] [[removeMPEventHandler]]
}}

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