BIS fnc customGPSvideo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "")
m (Text replacement - "[[BIS fnc " to "[[BIS_fnc_")
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
{{RV|type=function


| arma2oa
|game1= arma2oa
|version1= 1.56


|1.56
|game2= tkoh
|version2= 1.00
 
|game3= arma3
|version3= 0.50


|gr1= GUI
|gr1= GUI


|arg= |MPARGUMENTS=
|eff= local
 
|eff= local |MPEffects=


| Plays in-game video in GPS frame.<br>
|descr= 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>.
GPS GUI layer is {{hl|19}}.


| [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
Line 21: Line 24:
|p2= sizeCoef ''(Optional)'': [[Number]] - screen size coeficient (default is 1)
|p2= sizeCoef ''(Optional)'': [[Number]] - screen size coeficient (default is 1)


| [[Script_(Handle)|Script]] - script which terminates itself once video ends
|r1= [[Script Handle|Script]] - script which terminates itself once video ends
 
|x1= <code>_script = ["\ca\video_pmc\CP00_Reynolds_b.ogv",1.04] [[spawn]] [[BIS_fnc_customGPSvideo]];
[[waitUntil]] {[[scriptDone]] _script};</code>


|exec= spawn |Execution=
|x1= <sqf>private _script = ["\ca\video_pmc\CP00_Reynolds_b.ogv",1.04] spawn BIS_fnc_customGPSvideo;
waitUntil {scriptDone _script};</sqf>


| [[Functions Library]]
|exec= spawn


| |MPBEHAVIOUR=
|seealso= [[Functions Library]]
}}
}}
<h3 style='display:none'>Bottom Section</h3>
[[Category:Functions|{{uc:customGPSvideo}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:customGPSvideo}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:customGPSvideo}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:customGPSvideo}}]]

Latest revision as of 19:04, 13 July 2022

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:
private _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