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