{{newin|[[0.10.0]]|100|type=function}}
Gets whether the Video is currently playing.
== Function ==
=== Synopsis ===
<source lang="lua">
playing = Video:isPlaying( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|playing|Whether the video is playing.}}
== See Also ==
* [[parent::Video]]
* [[Video:play]]
* [[Video:pause]]
[[Category:Functions]]
{{#set:Description=Gets whether the Video is currently playing.}}
== Other Languages ==
{{i18n|Video:isPlaying}}