BIS fnc customGPSvideo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " \| *(\[[^ ]+\] (call|spawn) ('''|\[\[)BI(N|S)_fnc_[a-zA-Z0-9_]+('''|\]\]));? \| *p1 *=" to " |s1=$1 |p1=")
Line 13: Line 13:
GPS GUI layer is <tt>19</tt>.
GPS GUI layer is <tt>19</tt>.


| [path, ''sizeCoef''] spawn [[BIS_fnc_customGPSvideo]]
|s1=[path, ''sizeCoef''] spawn [[BIS_fnc_customGPSvideo]]


|p1= path: [[String]] - full path to image file
|p1= path: [[String]] - full path to image file

Revision as of 20:31, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
spawn
Groups:
GUI

Syntax

Syntax:
[path, sizeCoef] spawn BIS_fnc_customGPSvideo
Parameters:
path: String - full path to image file
sizeCoef (Optional): Number - screen size coeficient (default is 1)
Return Value:
Return value needed

Examples

Example 1:
_script = ["\ca\video_pmc\CP00_Reynolds_b.ogv",1.04] spawn BIS_fnc_customGPSvideo; waitUntil {scriptDone _script};

Additional Information

See also:
Functions Library

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