Difference between revisions of "VideoStream:play"

(Function exists, but not documented. Please update it to reflect current usage.)
 
m (Returns: fixed style consistency.)
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
None.
+
Nothing.
  
 
== See Also ==
 
== See Also ==
 
* [[parent::VideoStream]]
 
* [[parent::VideoStream]]
 +
* [[VideoStream:pause]]
 +
* [[VideoStream:isPlaying]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Plays video stream.}}
 
{{#set:Description=Plays video stream.}}

Latest revision as of 04:50, 17 July 2023

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Plays video stream.

Function

Synopsis

VideoStream:play( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages