removeMusicEventHandler: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {{uc:{{PAGENAME}}}}" to "") |
Lou Montana (talk | contribs) |
||
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 10:20, 10 June 2021
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
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