{{newin|[[0.9.0]]|090|type=function}}
Returns whether the Source is playing.
== Function ==
=== Synopsis ===
<source lang="lua">
playing = Source:isPlaying( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|playing|True if the Source is playing, false otherwise.}}
== See Also ==
* [[parent::Source]]
[[Category:Functions]]
{{#set:Description=Returns whether the Source is playing.}}
== Other Languages ==
{{i18n|Source:isPlaying}}