BIS fnc titlecard: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Display a mission-specific titlecard before the mission begins. Only works the first time it's called. |= 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
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [path,subtitle] call [[BIS_fnc_titlecard]] |= Syntax
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_titlecard]]; --> |= Syntax
|p1= path: [[String]] - Path to video|= Parameter 1
|p2= subtitle: [[String]] - (Optional, default "") Subtitle displayed|= Parameter 1
____________________________________________________________________________________________


|p1= |= Parameter 1
| [[Boolean]] |= Return value
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| |= See also
| [[allCutLayers]], [[titleRsc]], [[cutText]], [[cutObj]], [[cutFadeOut]], [[setTitleEffect]] |= See also
}}


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
Line 46: Line 38:
[[Category:Functions|{{uc:titlecard}}]]
[[Category:Functions|{{uc:titlecard}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:titlecard}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:titlecard}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on December 23, 2015 - 21:07 (UTC)</dd>
<dt class="note">[[User:OOKexOo|OOKexOo]]</dt>
<dd class="note">
This function only works properly on the first call. You just get the title effect "BLACK IN" for later calls.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 16:35, 29 May 2018

Hover & click on the images for description

Description

Description:
Display a mission-specific titlecard before the mission begins. Only works the first time it's called.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[path,subtitle] call BIS_fnc_titlecard
Parameters:
path: String - Path to video
subtitle: String - (Optional, default "") Subtitle displayed
Return Value:
Boolean

Examples

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

Additional Information

See also:
allCutLayerstitleRsccutTextcutObjcutFadeOutsetTitleEffect

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