logic_playmovie is a point entity available with any version of Mapbase.

Plays a movie and allows for various playback options



KeyValues

- Movie to play (MovieFilename) <string>
Filename of the movie to play
- Allow User to Skip (allowskip) <choices>
Whether or not the user may skip the video with common keys
- Loop Video (loopvideo) <choices>
If set to true, the movie will loop forever
- Mute Video (mute) <choices>
If set to true, the movie will not produce any sound

Inputs

- PlayMovie <void>
Play the movie.
- StopMovie <void>
Stop the movie if it is currently playing.

Outputs

- OnPlaybackFinished <void>
Fired when the movie has completed playing back, was skipped by the user, or was stopped with StopMovie.