removeAllMPEventHandlers: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "Category:Arma 2: Operation Arrowhead: New Scripting Commands List" to "Category:Arma 2: Operation Arrowhead: New Scripting Commands") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2oa | |game1= arma2oa | ||
|version1= 1.55 | |||
|1. | |game2= tkoh | ||
|version2= 1.00 | |||
|gr1 = Multiplayer | |game3= arma3 | ||
|version3= 0.50 | |||
|gr1= Multiplayer | |||
|arg= global | |arg= global | ||
Line 11: | Line 16: | ||
|eff= global | |eff= global | ||
| 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. | |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. | ||
| objectName | |s1= objectName [[removeAllMPEventHandlers]] event | ||
|p1= objectName: [[Object]] | |p1= objectName: [[Object]] | ||
Line 19: | Line 24: | ||
|p2= event: [[String]] | |p2= event: [[String]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>player removeAllMPEventHandlers "MPKilled";</sqf> | ||
|seealso= [[: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