BIS fnc EXP camp playTimelineVideo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9])=([^ ]+) * \|version([0-9])=([^ ]+) * " to "|game$1=$2 |version$3=$4 ")
m (Text replacement - "<code>(\[?[^\[]+\]?) *(\[\[)?(call|spawn)(\]\])? *(\[\[)?(BI(N|S)_fnc_[a-zA-Z0-9_]+)(\]\])?;?<\/code>" to "<sqf>$1 $3 $6;</sqf>")
Line 16: Line 16:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>"someVideoPath" [[call]] [[BIS_fnc_EXP_camp_playTimelineVideo]];</code>
|x1= <sqf>"someVideoPath" call BIS_fnc_EXP_camp_playTimelineVideo;</sqf>


|seealso= [[BIS_fnc_playVideo]]
|seealso= [[BIS_fnc_playVideo]]
}}
}}

Revision as of 14:24, 1 July 2022

Hover & click on the images for description

Description

Description:
Plays a video with BIS_fnc_EXP_camp_setCinematicMode enabled.
Execution:
call
Groups:
Campaign

Syntax

Syntax:
[videoPath] call BIS_fnc_EXP_camp_playTimelineVideo
Parameters:
videoPath: String - Path to video
Return Value:
Nothing

Examples

Example 1:
"someVideoPath" call BIS_fnc_EXP_camp_playTimelineVideo;

Additional Information

See also:
BIS_fnc_playVideo

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