BIS fnc customGPSVideo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Effects in MP " to "|MPEffects=") |
Lou Montana (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Function|= | {{Function|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma2oa |Game name= | | arma2oa |Game name= | ||
|1.56|= | |1.56|Game version= | ||
|arg= |MPARGUMENTS= | |arg= |MPARGUMENTS= | ||
|eff= local |MPEffects=____________________________________________________________________________________________ | |eff= local |MPEffects= | ||
____________________________________________________________________________________________ | |||
| Plays in-game video in GPS frame. | | Plays in-game video in GPS frame.<br> | ||
<br> | If [[BIS fnc customGPS]] changed GPS texture, it is used.<br> | ||
If [[BIS fnc customGPS]] changed GPS texture, it | GPS GUI layer is <tt>19</tt>.|Description= | ||
<br> | |||
GUI layer | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [path,''sizeCoef''] spawn | | [path, ''sizeCoef''] spawn [[BIS_fnc_customGPSvideo]] |Syntax= | ||
|p1= path: [[String]] - full path to image file |PARAMETER1= | |p1= path: [[String]] - full path to image file |PARAMETER1= | ||
|p2= sizeCoef ''(Optional)'': [[Number]] - screen size coeficient (default is 1) |PARAMETER2= | |p2= sizeCoef ''(Optional)'': [[Number]] - screen size coeficient (default is 1) |PARAMETER2= | ||
| [[Script_(Handle)|Script]] - script which terminates itself once video ends |RETURNVALUE= | | [[Script_(Handle)|Script]] - script which terminates itself once video ends |RETURNVALUE= | ||
Line 31: | Line 30: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Functions Library]] |SEEALSO= | | [[Functions Library]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 12:03, 3 September 2019
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:
- Uncategorised
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:
_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