Back to Home
ESO Function Data v100035
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)
internalingame/antiquitydigging/antiquitydiggingsummary.lua:269
--
setProgressionSparksParticleSystem:SetParticlesPerSecond(15)
internalingame/antiquitydigging/antiquitydiggingsummary.lua:287
--
setCompleteBlastParticleSystem:SetParticlesPerSecond(500)
internalingame/antiquitydigging/antiquitydiggingsummary.lua:309
--
setCompleteSparksParticleSystem:SetParticlesPerSecond(20)
internalingame/antiquitydigging/antiquitydiggingsummary.lua:327
--
setCompleteStarbustParticleSystem:SetParticlesPerSecond(20)
libraries/zo_particles/zo_particlesystem.lua:27
--
self:SetParticlesPerSecond(0)
pregame/pregameanimatedbackground/gamepad/elsweyrbackground.lua:136
--
lightParticleSystem:SetParticlesPerSecond(1 / LIGHT_DURATION_S)
pregame/pregameanimatedbackground/gamepad/greymoorbackground.lua:84
--
snowParticleSystem:SetParticlesPerSecond(snowInfo.emissionRate)
pregame/pregameanimatedbackground/gamepad/greymoorbackground.lua:117
--
lightParticleSystem:SetParticlesPerSecond(1 / LIGHT_DURATION_S)
pregame/pregameanimatedbackground/gamepad/summersetbackground.lua:89
--
leafParticleSystem:SetParticlesPerSecond(LEAF_EMISSION_RATE)
pregame/pregameanimatedbackground/gamepad/summersetbackground.lua:124
--
lightParticleSystem:SetParticlesPerSecond(1 / LIGHT_DURATION_S)
publicallingames/tile/dailyrewardstile.lua:33
--
blastParticleSystem:SetParticlesPerSecond(1000)