BIS fnc titlecard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
[[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 22:07, 23 December 2015
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.