Difference between revisions of "Particles:isPaused"

From GiderosMobile
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' in development<br/>
+
'''Available since:''' Gideros 2016.10<br/>
 +
'''Class:''' [[Particles]]<br/>
 +
 
 
=== Description ===
 
=== Description ===
Returns wether this particle system is paused or not
+
Returns wether this particle system is paused or not.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(boolean) = Particles:isPaused()
 
(boolean) = Particles:isPaused()
</source>
+
</syntaxhighlight>
 +
 
 +
=== Return values ===
 
'''Returns''' (boolean) true when paused<br/>
 
'''Returns''' (boolean) true when paused<br/>
 +
 +
{{Particles}}

Latest revision as of 21:47, 21 September 2023