removeAllMusicEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
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 03:19, 17 January 2021

Hover & click on the images for description

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

See also:
addMusicEventHandlersetMusicEventHandlerremoveMusicEventHandlerplayMusic

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

Notes

Bottom Section