Difference between revisions of "Source:getType"

m ("static or stream" but there's queue.)
m
 
Line 1: Line 1:
{{newin|[[0.10.0]]|100|type=function|It has replaced [[Source:isStatic]]}}
+
{{newin|[[0.10.0]]|100|type=function|text=It has replaced [[Source:isStatic]]}}
 
Gets the type of the Source.
 
Gets the type of the Source.
 
== Function ==
 
== Function ==

Latest revision as of 14:37, 2 December 2019

Available since LÖVE 0.10.0
It has replaced Source:isStatic.

Gets the type of the Source.

Function

Synopsis

sourcetype = Source:getType( )

Arguments

None.

Returns

SourceType sourcetype
The type of the source.

See Also

Other Languages