BIS fnc customGPSvideo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=
Line 11: Line 10:


|eff= local |MPEffects=
|eff= local |MPEffects=
____________________________________________________________________________________________


| Plays in-game video in GPS frame.<br>
| Plays in-game video in GPS frame.<br>
If [[BIS fnc customGPS]] changed GPS texture, it is used.<br>
If [[BIS fnc customGPS]] changed GPS texture, it is used.<br>
GPS GUI layer is <tt>19</tt>.|Description=
GPS GUI layer is <tt>19</tt>.|Description=
____________________________________________________________________________________________


| [path, ''sizeCoef''] spawn [[BIS_fnc_customGPSvideo]]  |Syntax=
| [path, ''sizeCoef''] spawn [[BIS_fnc_customGPSvideo]]  |Syntax=
Line 30: Line 27:


|exec= spawn |Execution=
|exec= spawn |Execution=
____________________________________________________________________________________________


| [[Functions Library]] |SEEALSO=
| [[Functions Library]] |SEEALSO=

Revision as of 00:08, 17 January 2021

Hover & click on the images for description

Description

Description:
Plays in-game video in GPS frame.
If BIS fnc customGPS changed GPS texture, it is used.
GPS GUI layer is 19.
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:
Script - script which terminates itself once video ends

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

Notes

Bottom Section