BIS fnc playEndMusic: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Play mission end music (when it's nearing the end) |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | play call [[BIS_fnc_playEndMusic]] |= Syntax | ||
|p1= |= Parameter 1 | |p1= play: [[Boolean]] - [[true]] to play it, [[false]] to stop playing |= Parameter 1 | ||
| |= Return value | | [[Boolean]] - [[true]] when function is done |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[[true]] [[call]] [[BIS_fnc_playEndMusic]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[playMusic]], [[BIS_fnc_endMission]] |= See also | ||
}} | }} | ||
Revision as of 17:35, 8 May 2018
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