BIS fnc customGPSVideo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Fix) |
||
(7 intermediate revisions by the same user not shown) | |||
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 the GPS texture, it is used. GPS GUI layer is {{hl|19}}. | ||
GPS GUI layer is {{hl|19}}. | {{Feature|arma3|Does not work in {{arma3}}. See [[BIS_fnc_playVideo]] instead.}} | ||
|s1=[path, '' | |s1= [path, sizeCoef] spawn '''BIS_fnc_customGPSVideo''' | ||
|p1= path: [[String]] - full path to image file | |p1= path: [[String]] - full path to image file | ||
|p2= sizeCoef | |p2= sizeCoef: [[Number]] - (Optional, default 1) screen size coefficient | ||
|r1= [[Script Handle | |r1= [[Script Handle]] - script which terminates itself once video ends | ||
|x1= < | |x1= <sqf> | ||
private _script = ["\ca\video_pmc\CP00_Reynolds_b.ogv", 1.04] spawn BIS_fnc_customGPSVideo; | |||
waitUntil { scriptDone _script }; | |||
</sqf> | |||
|exec= spawn | |exec= spawn | ||
|seealso= [[ | |seealso= [[BIS_fnc_playVideo]] [[BIS_fnc_customGPS]] | ||
}} | }} |
Latest revision as of 10:31, 16 July 2024
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