BIS fnc customGPSVideo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]+)<\/code>" to "<sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "[[BIS fnc " to "[[BIS_fnc_") |
||
Line 15: | Line 15: | ||
|descr= Plays in-game video in GPS frame.<br> | |descr= Plays in-game video in GPS frame.<br> | ||
If [[ | If [[BIS_fnc_customGPS]] changed GPS texture, it is used.<br> | ||
GPS GUI layer is {{hl|19}}. | GPS GUI layer is {{hl|19}}. | ||
Revision as of 18:04, 13 July 2022
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