Difference between revisions of "Source:isStatic"

(Added oldin)
Line 1: Line 1:
 
{{newin|[[0.7.0]]|070|type=function}}
 
{{newin|[[0.7.0]]|070|type=function}}
 +
{{oldin|[[0.10.0]]|100|type=function|text=It has been replaced by [[Source:getType]]}}
 
Returns whether the Source is static.
 
Returns whether the Source is static.
 
== Function ==
 
== Function ==

Revision as of 02:55, 21 December 2015

Available since LÖVE 0.7.0
This function is not supported in earlier versions.
Removed in LÖVE 0.10.0
It has been replaced by Source:getType.

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