Difference between revisions of "Source:isLooping"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Returns whether the Source will loop.
 
Returns whether the Source will loop.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns whether the Source will loop.}}
 
{{#set:Description=Returns whether the Source will loop.}}
 +
== Other Languages ==
 +
{{i18n|Source:isLooping}}

Revision as of 19:07, 18 November 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

Other Languages