Back to Home
ESO Function Data v100028
SetParticlesPerSecond()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_particles/zo_particlesystem.lua:39
--
function ZO_ParticleSystem:SetParticlesPerSecond(particlesPerSecond)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/dailyloginrewards/dailyloginrewards_base.lua:22
--
blastParticleSystem:SetParticlesPerSecond(600)
ingame/giftinventory/giftinventoryview_shared.lua:69
--
blastParticleSystem:SetParticlesPerSecond(500)
ingame/giftinventory/giftinventoryview_shared.lua:86
--
headerSparksParticleSystem:SetParticlesPerSecond(15)
ingame/giftinventory/giftinventoryview_shared.lua:101
--
headerStarbustParticleSystem:SetParticlesPerSecond(20)
ingame/leveluprewards/leveluprewards_base.lua:112
--
particleSystem:SetParticlesPerSecond(particlesPerSecond)
ingame/leveluprewards/keyboard/leveluprewardsclaim_keyboard.lua:62
--
self.claimParticleSystem:SetParticlesPerSecond(5)
ingame/leveluprewards/keyboard/leveluprewardsclaim_keyboard.lua:168
--
self.claimParticleSystem:SetParticlesPerSecond(50)
libraries/zo_particles/zo_particlesystem.lua:27
--
self:SetParticlesPerSecond(0)
pregame/pregameanimatedbackground/console/elsweyrbackground.lua:136
--
lightParticleSystem:SetParticlesPerSecond(1 / LIGHT_DURATION_S)
pregame/pregameanimatedbackground/console/summersetbackground.lua:89
--
leafParticleSystem:SetParticlesPerSecond(LEAF_EMISSION_RATE)
pregame/pregameanimatedbackground/console/summersetbackground.lua:124
--
lightParticleSystem:SetParticlesPerSecond(1 / LIGHT_DURATION_S)
publicallingames/tile/dailyrewardstile.lua:33
--
blastParticleSystem:SetParticlesPerSecond(1000)