Difference between revisions of "Source:isLooping"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Returns whether the Source will loop.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::Source]]
 
* [[parent::Source]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Returns whether the Source will loop.}}

Revision as of 16:17, 14 February 2010

Returns whether the Source will loop.

Function

Synopsis

loop = Source:isLooping( )

Arguments

None.

Returns

boolean loop
True if the Source will loop, false otherwise.

See Also