Difference between revisions of "VideoStream:rewind"

(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:seek]]
 +
* [[VideoStream:tell]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Rewinds video stream.}}
 
{{#set:Description=Rewinds video stream.}}

Latest revision as of 04:40, 17 July 2023

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

Rewinds video stream. Synonym to VideoStream:seek(0)

Function

Synopsis

VideoStream:rewind( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages