BIS fnc customGPSVideo: Difference between revisions
Jump to navigation
Jump to search
Fred Gandt (talk | contribs) (Changed layout template from Command to Function) |
mNo edit summary |
||
Line 44: | Line 44: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:Function Group: GUI|{{uc:customGPSvideo}}]] | |||
[[Category: | [[Category:Functions|{{uc:customGPSvideo}}]] | ||
[[Category: | [[Category:{{Name|arma2oa}}: Functions|{{uc:customGPSvideo}}]] | ||
[[Category:{{Name|tkoh}}: Functions|{{uc:customGPSvideo}}]] | |||
[[Category:{{Name|arma3}}: Functions|{{uc:customGPSvideo}}]] |
Revision as of 10:28, 26 July 2014
Description
- Description:
- Plays in-game video in GPS frame.
If BIS fnc customGPS changed GPS texture, it's used.
GUI layer for GPS is 19. - Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [path,sizeCoef] call 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:
_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