openYoutubeVideo youTubeUrl

Operand types

youTubeUrl: String

Type of returned value

Description

Opens Steam overlay with given YouTube video.

Video URL is the end part of the YT URL, starting with watch?v=.... If the user has Steam overlay disabled, the command will display appropriate message to the user and return false.

Used In

Arma3

Example

//Open http://www.youtube.com/watch?v=UBIAbm7Rt78 _isOpened = openYoutubeVideo "watch?v=UBIAbm7Rt78";
Search OFPEC COMREF