BIS fnc playEndMusic: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Play mission end music (when it's nearing the end) |= Description
 
Description:
Play mission end music (when it's nearing the end)
 
Parameter(s):
0: BOOL - true to play it, false to stop playing
 
Returns:
BOOL
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_playEndMusic]]; --> |= Syntax
| 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 18:35, 8 May 2018

Hover & click on the images for description

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

Notes

Bottom Section