removeMusicEventHandler: 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 specified music track event handler. |DESCRIPTION= | | Removes specified music track event handler. |DESCRIPTION= | ||
| [[removeMusicEventHandler]] [type, id] |SYNTAX= | | [[removeMusicEventHandler]] [type, id] |SYNTAX= | ||
Line 30: | Line 27: | ||
[[removeMusicEventHandler]] ["MusicStop",hnd_stop]; | [[removeMusicEventHandler]] ["MusicStop",hnd_stop]; | ||
</code>|EXAMPLE3= | </code>|EXAMPLE3= | ||
| [[addMusicEventHandler]], [[setMusicEventHandler]], [[removeAllMusicEventHandlers]], [[playMusic]] |SEEALSO= | | [[addMusicEventHandler]], [[setMusicEventHandler]], [[removeAllMusicEventHandlers]], [[playMusic]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 02:17, 17 January 2021
Description
- Description:
- Removes specified music track event handler.
- Groups:
- Event HandlersSounds
Syntax
- Syntax:
- removeMusicEventHandler [type, id]
- Parameters:
- [type, id]: Array
- type: String - "MusicStart" or "MusicStop"
- id: Number - event handler id
- Return Value:
- Nothing
Examples
- Example 1:
removeMusicEventHandler ["MusicStart", 12];
- Example 2:
removeMusicEventHandler ["MusicStop", 12];
- Example 3:
hnd_stop = addMusicEventHandler ["MusicStop",{}]; removeMusicEventHandler ["MusicStop",hnd_stop];
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