BIS fnc quotations: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (page filled)
Line 1: Line 1:
{{Function


{{Function|Comments=
|game1= arma3
____________________________________________________________________________________________


| arma3 |Game name=
|version1= 1.00


|1.00|Game version=
<!--|exec= server|=-->
____________________________________________________________________________________________


| <pre>/*
<!--|arg= local-->
Description:
Display a quotation video.
Parameters:
_this select 0: STRING - Path to quotation video file.
_this select 1: STRING - String, localized or not, used for subtitles.
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |DESCRIPTION=
<!--|eff= local-->
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_quotations]]; --> |SYNTAX=
|descr= Display a quotation video.


|p1= |PARAMETER1=
|s1= [videoPath, subtitle] call [[BIS_fnc_quotations]]


| |RETURNVALUE=
|p1= videoPath: [[String]] - Path to video
____________________________________________________________________________________________


|x1= <code></code> |=
|p2= subtitle: [[String]] - String, localized or not, used for subtitles
____________________________________________________________________________________________


| |SEEALSO=
|r1= [[Nothing]]
 
|exec= call
 
|seealso=


}}
}}

Revision as of 18:00, 10 January 2020

Hover & click on the images for description

Description

Description:
Display a quotation video.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[videoPath, subtitle] call BIS_fnc_quotations
Parameters:
videoPath: String - Path to video
subtitle: String - String, localized or not, used for subtitles
Return Value:
Nothing

Examples

Examples:
Example needed

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