BIS fnc playEndMusic: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Play mission end music (when it's nearing the end) |= Description
| Play mission end music (when it's nearing the end) |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| play call [[BIS_fnc_playEndMusic]] |= Syntax
| play call [[BIS_fnc_playEndMusic]] |SYNTAX=


|p1= play: [[Boolean]] - [[true]] to play it, [[false]] to stop playing |= Parameter 1
|p1= play: [[Boolean]] - [[true]] to play it, [[false]] to stop playing |PARAMETER1=


| [[Boolean]] - [[true]] when function is done |= Return value
| [[Boolean]] - [[true]] when function is done |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[[true]] [[call]] [[BIS_fnc_playEndMusic]];</code> |= Example 1
|x1= <code>[[true]] [[call]] [[BIS_fnc_playEndMusic]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[playMusic]], [[BIS_fnc_endMission]] |= See also
| [[playMusic]], [[BIS_fnc_endMission]] |SEEALSO=
}}
}}



Revision as of 15:32, 7 April 2019

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