Difference between revisions of "Source:isLooping"

m (1 revision: Imported docs from potato.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Returns whether the Source will loop.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 12:
 
* [[parent::Source]]
 
* [[parent::Source]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Returns whether the Source will loop.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|Source:isLooping}}

Latest revision as of 09:16, 25 March 2011

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


Other Languages