Logic playmovie: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{portal2 point|logic_playmovie}} {{stub}} Plays a Bink video movie, presumably in fullscreen.') |
(Added entity data) |
||
Line 1: | Line 1: | ||
{{portal2 point|logic_playmovie}} | {{portal2 point|logic_playmovie}} | ||
{{ | |||
==Entity description== | |||
Plays a movie and allows for various playback options. | |||
==Keyvalues== | |||
{{KV Targetname}} | |||
{{KV|Allow User to Skip|boolean|Whether or not the user may skip the video with common keys}} | |||
==Inputs== | |||
{{I Targetname}} | |||
{{IO|PlayMovie|Play the movie.}} | |||
==Outputs== | |||
{{O Targetname}} | |||
{{IO|OnPlaybackFinished|Fired when the movie has completed playing back or was skipped by the user.}} |
Revision as of 17:57, 4 May 2011
Entity description
Plays a movie and allows for various playback options.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Allow User to Skip ([todo internal name (i)]) <boolean>
- Whether or not the user may skip the video with common keys
Inputs
- PlayMovie
- Play the movie.
Outputs
- OnPlaybackFinished
- Fired when the movie has completed playing back or was skipped by the user.