Difference between revisions of "Source:stop"

Line 1: Line 1:
 
{{newin|[[0.7.0]]|070}}
 
{{newin|[[0.7.0]]|070}}
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}}

Revision as of 04:02, 26 June 2011

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

Stops a source.

Function

Synopsis

Source:stop()

Arguments

None.

Returns

Nothing.

See Also

Other Languages