BIS fnc titlecard: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 15: Line 15:
Parameters:
Parameters:
0: STRING - Path to video file
0: STRING - Path to video file
1 (Optional): Subtitle visible when language is not English
1 (Optional): STRING - Subtitle visible when language is not English
*/
*/


Line 28: Line 28:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>["\a3\missions_f_epb\video\b_out2_quotation.ogv", "your translation"] call BIS_fnc_titlecard;</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 23:00, 23 December 2015


Hover & click on the images for description

Description

Description:
/*
	
	Description:
	Display a mission-specific titlecard before the mission begins.
	
	Parameters:
		0: STRING - Path to video file
		1 (Optional): STRING - Subtitle visible when language is not English
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
["\a3\missions_f_epb\video\b_out2_quotation.ogv", "your translation"] call BIS_fnc_titlecard;

Additional Information

See also:
See also needed

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