BIS fnc customGPSVideo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "Script handle" to "Script Handle")
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| arma2oa |= Game name
|game1= arma2oa
|version1= 1.56


|1.56|= Game version
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| Plays in-game video in GPS frame.
|game3= arma3
{{Feature arma3|Does not work in {{arma3}}. See [[BIS_fnc_playVideo]] instead}} |DESCRIPTION=
|version3= 0.50
____________________________________________________________________________________________


| [videoFilePath, sizeCoef] call [[BIS_fnc_customGPSVideo]] |SYNTAX=
|gr1= GUI


|p1= videoFilePath: [[String]] - video file path |PARAMETER1=
|descr= Plays in-game video in GPS frame.
{{Feature|arma3|Does not work in {{arma3}}. See [[BIS_fnc_playVideo]] instead}}


|p2= sizeCoef: [[Number]] - (Optional, default 1) |PARAMETER2=
|s1= [videoFilePath, sizeCoef] call [[BIS_fnc_customGPSVideo]]


| [[Script_(Handle)|Script handle]] |RETURNVALUE=
|p1= videoFilePath: [[String]] - video file path
____________________________________________________________________________________________


|x1= <code>["myVideo.ogv", 0.75] [[call]] [[BIS_fnc_customGPSVideo]];</code> |EXAMPLE1=
|p2= sizeCoef: [[Number]] - (Optional, default 1)
____________________________________________________________________________________________


| [[BIS_fnc_playVideo]] |SEEALSO=
|r1= [[Script Handle]]
}}


<h3 style="display:none">Notes</h3>
|x1= <sqf>["myVideo.ogv", 0.75] call BIS_fnc_customGPSVideo;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[BIS_fnc_playVideo]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: GUI|{{uc:customGPSVideo}}]]
[[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:17, 9 August 2022

Hover & click on the images for description

Description

Description:
Plays in-game video in GPS frame.
Arma 3
Does not work in Arma 3. See BIS_fnc_playVideo instead
Execution:
call
Groups:
GUI

Syntax

Syntax:
[videoFilePath, sizeCoef] call BIS_fnc_customGPSVideo
Parameters:
videoFilePath: String - video file path
sizeCoef: Number - (Optional, default 1)
Return Value:
Script Handle

Examples

Example 1:
["myVideo.ogv", 0.75] call BIS_fnc_customGPSVideo;

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