removeMusicEventHandler: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {{uc:{{PAGENAME}}}}" to "")
m (Text replacement - "| Nothing |x1=" to "|r1= Nothing |x1=")
Line 19: Line 19:
|p3= id: [[Number]] - event handler id
|p3= id: [[Number]] - event handler id


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[removeMusicEventHandler]] ["MusicStart", 12];</code>
|x1= <code>[[removeMusicEventHandler]] ["MusicStart", 12];</code>

Revision as of 11:20, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Event HandlersSounds

Syntax

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

See also:
addMusicEventHandlersetMusicEventHandlerremoveAllMusicEventHandlersplayMusic

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