BIS fnc quotations: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code> *(\^+\]) +\[\[spawn\]\] +\[\[(BIS_fnc_[a-zA-Z0-9_]+)\]\];? *<\/code>" to "<sqf>$1 spawn $2;</sqf>")
m (Some wiki formatting)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
[[File:A3 quotation.png|thumb]]
[[File:A3 quotation.png|thumb]]


|s1= [videoPath, subtitle] call [[BIS_fnc_quotations]]
|s1= [videoPath, nonEnglishSubtitle] call [[BIS_fnc_quotations]]


|p1= videoPath: [[String]] - Path to video.  
|p1= videoPath: [[String]] - path to video.  
<spoiler text = "All .ogv files">
<spoiler text = "All .ogv files">
{{Columns|2|
* {{hl|a3\data_f_argo\video\preview_argo.ogv}}
* {{hl|a3\data_f_argo\video\preview_argo.ogv}}
* {{hl|a3\data_f_curator\video\preview_curator.ogv}}
* {{hl|a3\data_f_curator\video\preview_curator.ogv}}
Line 113: Line 114:
* {{hl|a3\missions_f_heli\video\slingloading.ogv}}
* {{hl|a3\missions_f_heli\video\slingloading.ogv}}
* {{hl|a3\missions_f_jets\video\showcase_jets_intro_01.ogv}}
* {{hl|a3\missions_f_jets\video\showcase_jets_intro_01.ogv}}
* {{hl|a3\missions_f_mark\video\ffv.ogv}}
* {{hl|a3\missions_f_mark\video\ffv.ogv}}
* {{hl|a3\missions_f_mark\video\marksman.ogv}}
* {{hl|a3\missions_f_mark\video\marksman.ogv}}
* {{hl|a3\missions_f_orange\video\faction_idap.ogv}}
* {{hl|a3\missions_f_orange\video\faction_idap.ogv}}
Line 135: Line 136:
* {{hl|a3\ui_f_tank\video\spotlight_a.ogv}}
* {{hl|a3\ui_f_tank\video\spotlight_a.ogv}}
* {{hl|a3\ui_f_tank\video\spotlight_b.ogv}}
* {{hl|a3\ui_f_tank\video\spotlight_b.ogv}}
}}
</spoiler>
</spoiler>


|p2= subtitle: [[String]] - String, localized or not, used for subtitles. Is only shown if game's language it not English.
|p2= nonEnglishSubtitle: [[String]] - string, localised or not, used for subtitles that is only shown if the game's language is not English


|r1= [[Nothing]]
|r1= [[Nothing]]

Latest revision as of 01:28, 23 May 2024

Hover & click on the images for description

Description

Description:
Display a quotation video.
A3 quotation.png
Execution:
call
Groups:
GUI

Syntax

Syntax:
[videoPath, nonEnglishSubtitle] call BIS_fnc_quotations
Parameters:
videoPath: String - path to video.
nonEnglishSubtitle: String - string, localised or not, used for subtitles that is only shown if the game's language is not English
Return Value:
Nothing

Examples

Example 1:
Copy
["a3\missions_f_mark\video\ffv.ogv"] spawn BIS_fnc_quotations;

Additional Information

See also:
BIS_fnc_playVideo

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