Difference between revisions of "Source:isStatic"

Line 1: Line 1:
 
{{newin|[[0.7.0]]|070|type=function}}
 
{{newin|[[0.7.0]]|070|type=function}}
 
 
Returns whether the Source is static.
 
Returns whether the Source is static.
 
See [[SourceType|SourceType.static]] definition to have more informations.
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 21:27, 19 July 2013

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

Returns whether the Source is static.

Function

Synopsis

static = Source:isStatic( )

Arguments

None.

Returns

boolean static
True if the Source is static, false otherwise.

See Also

Other Languages