Difference between revisions of "Source:isLooping"

m
 
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns whether the Source will loop.}}
 
{{#set:Description=Returns whether the Source will loop.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Source:isLooping}}
 
{{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