BIS_fnc_customGPSVideo
Jump to navigation
Jump to search
Description
- Description:
- Plays in-game video in GPS frame.
If BIS_fnc_customGPS changed the 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: Number - (Optional, default 1) screen size coefficient
- Return Value:
- Script Handle - 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:
- BIS_fnc_playVideo BIS_fnc_customGPS
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