removeAllMPEventHandlers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(27 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2oa | | |game1= arma2oa | ||
|version1= 1.55 | |||
|1. | |game2= tkoh | ||
|version2= 1.00 | |||
| | |game3= arma3 | ||
|version3= 0.50 | |||
|gr1= Multiplayer | |||
|arg= global | |||
| | |eff= global | ||
| | |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. | ||
| | |s1= objectName [[removeAllMPEventHandlers]] event | ||
|p1= objectName: [[Object]] | |||
|p1= objectName: [[Object]] | |||
|p2= event: [[String]] | |p2= event: [[String]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>player removeAllMPEventHandlers "MPKilled";</sqf> | ||
| [[:Category:Event Handlers|EventHandlers list]] | |seealso= [[:Category:Event Handlers|EventHandlers list]] [[addMPEventHandler]] [[removeMPEventHandler]] | ||
}} | }} | ||
Latest revision as of 16:24, 13 May 2022
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:
Additional Information
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