BIS_fnc_playVideo

From Bohemia Interactive Community
Revision as of 17:05, 25 July 2014 by Str (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Plays in-game video.
GUI layer for video is 25.
Script terminates itself when video stops.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[path,size,color] spawn BIS_fnc_playVideo
Parameters:
path: String - full path to OGV file
size (Optional): Array in format [x, y, w, h]
color (Optional): Array in format Color
Return Value:
Nothing

Examples

Example 1:
_video = ["\ca\video_pmc\CP00_intro.ogv"] spawn BIS_fnc_playVideo; waitUntil {scriptDone _video};

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

Notes

Bottom Section