BIS_fnc_titlecard

From Bohemia Interactive Community
Revision as of 23:07, 23 December 2015 by OOKexOo (talk | contribs)
Jump to navigation Jump to search


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

Posted on December 23, 2015 - 21:07 (UTC)
OOKexOo
This function only works properly on the first call. You just get the title effect "BLACK IN" for later calls.