removeAllMusicEventHandlers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=")
Line 11: Line 11:
| Removes all music track event handlers of given type.
| Removes all music track event handlers of given type.


| '''removeAllMusicEventHandlers''' type
|s1=  '''removeAllMusicEventHandlers''' type


|p1= type: [[String]] - "MusicStart" or "MusicStop"
|p1= type: [[String]] - "MusicStart" or "MusicStop"

Revision as of 00:23, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
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