Difference between revisions of "Source:stop"

m (correct '''newin''')
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{newin|[[0.7.0]]|070}}
+
{{newin|[[0.7.0]]|070|type=function}}
Stops playback of the source.
+
Stops a Source.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::Source]]
 
* [[parent::Source]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Stops playback of the source.}}
+
{{#set:Description=Stops a source.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Source:stop}}
 
{{i18n|Source:stop}}

Latest revision as of 22:25, 10 February 2014

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

Stops a Source.

Function

Synopsis

Source:stop()

Arguments

None.

Returns

Nothing.

See Also

Other Languages