BIS fnc customGPSVideo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - "Script handle" to "Script Handle")
 
(22 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


|gr1= GUI |GROUP1=
|game3= arma3
|version3= 0.50


| Plays in-game video in GPS frame.
|gr1= GUI
{{Feature|arma3|Does not work in {{arma3}}. See [[BIS_fnc_playVideo]] instead}} |DESCRIPTION=


| [videoFilePath, sizeCoef] call [[BIS_fnc_customGPSVideo]] |SYNTAX=
|descr= Plays in-game video in GPS frame.
{{Feature|arma3|Does not work in {{arma3}}. See [[BIS_fnc_playVideo]] instead}}


|p1= videoFilePath: [[String]] - video file path |PARAMETER1=
|s1= [videoFilePath, sizeCoef] call [[BIS_fnc_customGPSVideo]]


|p2= sizeCoef: [[Number]] - (Optional, default 1) |PARAMETER2=
|p1= videoFilePath: [[String]] - video file path


| [[Script_(Handle)|Script handle]] |RETURNVALUE=
|p2= sizeCoef: [[Number]] - (Optional, default 1)


|x1= <code>["myVideo.ogv", 0.75] [[call]] [[BIS_fnc_customGPSVideo]];</code> |EXAMPLE1=
|r1= [[Script Handle]]


| [[BIS_fnc_playVideo]] |SEEALSO=
|x1= <sqf>["myVideo.ogv", 0.75] call BIS_fnc_customGPSVideo;</sqf>
 
|seealso= [[BIS_fnc_playVideo]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<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: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