removeAllMusicEventHandlers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|gr2 = Sounds |GROUP2= | |gr2 = Sounds |GROUP2= | ||
| Removes all music track event handlers of given type. |DESCRIPTION= | | Removes all music track event handlers of given type. |DESCRIPTION= | ||
| '''removeAllMusicEventHandlers''' type |SYNTAX= | | '''removeAllMusicEventHandlers''' type |SYNTAX= | ||
Line 24: | Line 21: | ||
|x2= <code>[[removeAllMusicEventHandlers]] "MusicStop"</code>|EXAMPLE2= | |x2= <code>[[removeAllMusicEventHandlers]] "MusicStop"</code>|EXAMPLE2= | ||
| [[addMusicEventHandler]], [[setMusicEventHandler]], [[removeMusicEventHandler]], [[playMusic]] |SEEALSO= | | [[addMusicEventHandler]], [[setMusicEventHandler]], [[removeMusicEventHandler]], [[playMusic]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 02:19, 17 January 2021
Description
- Description:
- Removes all music track event handlers of given type.
- Groups:
- Event HandlersSounds
Syntax
- Syntax:
- removeAllMusicEventHandlers type
- Parameters:
- type: String - "MusicStart" or "MusicStop"
- Return Value:
- Nothing
Examples
- Example 1:
removeAllMusicEventHandlers "MusicStart"
- Example 2:
removeAllMusicEventHandlers "MusicStop"
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