Difference between revisions of "MovieClip:isPlaying"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2020.11<br/> '''<translate>Class</translate>:''' MovieClip<br/>...") |
(removed language stuff) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2020.11<br/> | |
− | ''' | + | '''Class:''' [[MovieClip]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Returns whether or not current clip is playing. | |
− | |||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
(bool) = MovieClip:isPlaying() | (bool) = MovieClip:isPlaying() | ||
</source> | </source> | ||
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (bool) a value of "true" if current clip is playing, "false" otherwise<br/> | ||
{{MovieClip}} | {{MovieClip}} |
Revision as of 14:17, 22 September 2021
Available since: Gideros 2020.11
Class: MovieClip
Description
Returns whether or not current clip is playing.
(bool) = MovieClip:isPlaying()
Return values
Returns (bool) a value of "true" if current clip is playing, "false" otherwise