Difference between revisions of "Particles:setParticleTtl"
From GiderosMobile
|  (Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set time to live <source lang="lua"> = Particles:setParticleTtl(ittl,) </source> '''i:''' (number) in...") | |||
| Line 4: | Line 4: | ||
| set time to live | set time to live | ||
| <source lang="lua"> | <source lang="lua"> | ||
| − | + |  Particles:setParticleTtl(i,ttl) | |
| </source> | </source> | ||
| − | '''i | + | '''i''': (number) index of particle ''''''<br/> | 
| − | '''ttl | + | '''ttl''': (number) time to live in seconds ''''''<br/> | 
Revision as of 10:21, 23 August 2018
Available since: Gideros 2016.06
Description
set time to live
 Particles:setParticleTtl(i,ttl)
'i: (number) index of particle '
'ttl: (number) time to live in seconds '
