Difference between revisions of "Particles:isPaused"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2016.10<br/> | |
− | ''' | + | '''Class:''' [[Particles]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Returns wether this particle system is paused or not. | |
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(boolean) = Particles:isPaused() | (boolean) = Particles:isPaused() | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (boolean) true when paused<br/> | ||
{{Particles}} | {{Particles}} |
Latest revision as of 20:47, 21 September 2023
Available since: Gideros 2016.10
Class: Particles
Description
Returns wether this particle system is paused or not.
(boolean) = Particles:isPaused()
Return values
Returns (boolean) true when paused
- Particles
- Particles.new
- Particles:addParticles
- Particles:clearTexture
- Particles:getDeadParticles
- Particles:getNearestParticle
- Particles:getNumParticles
- Particles:getParticleAcceleration
- Particles:getParticleAngle
- Particles:getParticleColor
- Particles:getParticleDecay
- Particles:getParticleExtra
- Particles:getParticlePosition
- Particles:getParticleSize
- Particles:getParticleSpeed
- Particles:getParticleTag
- Particles:getParticleTtl
- Particles:getParticles
- Particles:isPaused
- Particles:removeParticles
- Particles:scaleParticles
- Particles:setParticleAcceleration
- Particles:setParticleAngle
- Particles:setParticleColor
- Particles:setParticleDecay
- Particles:setParticleExtra
- Particles:setParticlePosition
- Particles:setParticleSize
- Particles:setParticleSpeed
- Particles:setParticleTag
- Particles:setParticleTtl
- Particles:setPaused
- Particles:setTexture