BIS fnc playEndMusic: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Play mission end music (when it's nearing the end) |= | | Play mission end music (when it's nearing the end) |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| play call [[BIS_fnc_playEndMusic]] |= | | play call [[BIS_fnc_playEndMusic]] |SYNTAX= | ||
|p1= play: [[Boolean]] - [[true]] to play it, [[false]] to stop playing |= | |p1= play: [[Boolean]] - [[true]] to play it, [[false]] to stop playing |PARAMETER1= | ||
| [[Boolean]] - [[true]] when function is done |= | | [[Boolean]] - [[true]] when function is done |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[true]] [[call]] [[BIS_fnc_playEndMusic]];</code> |= | |x1= <code>[[true]] [[call]] [[BIS_fnc_playEndMusic]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[playMusic]], [[BIS_fnc_endMission]] |= | | [[playMusic]], [[BIS_fnc_endMission]] |SEEALSO= | ||
}} | }} | ||
Revision as of 14:32, 7 April 2019
Description
- Description:
- Play mission end music (when it's nearing the end)
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- play call BIS_fnc_playEndMusic
- Parameters:
- play: Boolean - true to play it, false to stop playing
- Return Value:
- Boolean - true when function is done
Examples
- Example 1:
true call BIS_fnc_playEndMusic;
Additional Information
- See also:
- playMusicBIS_fnc_endMission
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