{{newin|[[0.10.0]]|100|type=function|text=It has replaced [[Source:isStatic]]}}
Gets the type of the Source.
== Function ==
=== Synopsis ===
<source lang="lua">
sourcetype = Source:getType( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|SourceType|sourcetype|The type of the source.}}
== See Also ==
* [[parent::Source]]
* [[love.audio.newSource]]
* [[SourceType]]
[[Category:Functions]]
{{#set:Description=Gets the type of the Source.}}
== Other Languages ==
{{i18n|Source:getType}}