Back to Home
ESO Function Data v100019
SetParticleParameter()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- pregame/pregameanimatedbackground/morrowindbackground.lua:154 -- sparksParticleSystem:SetParticleParameter("BlendMode", TEX_BLEND_MODE_ADD)
- pregame/pregameanimatedbackground/morrowindbackground.lua:155 -- sparksParticleSystem:SetParticleParameter("Texture", "EsoUI/Art/PregameAnimatedBackground/ember.dds")
- pregame/pregameanimatedbackground/morrowindbackground.lua:156 -- sparksParticleSystem:SetParticleParameter("StartColorR", "StartColorG", "StartColorB", sparkStartColorGenerator)
- pregame/pregameanimatedbackground/morrowindbackground.lua:157 -- sparksParticleSystem:SetParticleParameter("EndColorR", 0.5)
- pregame/pregameanimatedbackground/morrowindbackground.lua:158 -- sparksParticleSystem:SetParticleParameter("EndColorG", 0.4)
- pregame/pregameanimatedbackground/morrowindbackground.lua:159 -- sparksParticleSystem:SetParticleParameter("EndColorB", 0.2)
- pregame/pregameanimatedbackground/morrowindbackground.lua:160 -- sparksParticleSystem:SetParticleParameter("ColorREasing", ColorEasing)
- pregame/pregameanimatedbackground/morrowindbackground.lua:161 -- sparksParticleSystem:SetParticleParameter("ColorGEasing", ColorEasing)
- pregame/pregameanimatedbackground/morrowindbackground.lua:162 -- sparksParticleSystem:SetParticleParameter("ColorBEasing", ColorEasing)
- pregame/pregameanimatedbackground/morrowindbackground.lua:163 -- sparksParticleSystem:SetParticleParameter("StartAlpha", 0.8)
- pregame/pregameanimatedbackground/morrowindbackground.lua:164 -- sparksParticleSystem:SetParticleParameter("EndAlpha", 0.0)
- pregame/pregameanimatedbackground/morrowindbackground.lua:165 -- sparksParticleSystem:SetParticleParameter("AlphaEasing", AlphaEasing)
- pregame/pregameanimatedbackground/morrowindbackground.lua:166 -- sparksParticleSystem:SetParticleParameter("StartScale", "EndScale", ZO_UniformRangeGenerator:New(0.2, 0.8, 0.1, 0.5))
- pregame/pregameanimatedbackground/morrowindbackground.lua:167 -- sparksParticleSystem:SetParticleParameter("BentArcAzimuthStartRadians", 0)
- pregame/pregameanimatedbackground/morrowindbackground.lua:168 -- sparksParticleSystem:SetParticleParameter("BentArcAzimuthChangeRadians", 0)
- pregame/pregameanimatedbackground/morrowindbackground.lua:169 -- sparksParticleSystem:SetParticleParameter("BentArcBendEasing", ZO_WeightedChoiceGenerator:New(QuickBendEasing, 0.4, LateBendEasing, 0.6))
- pregame/pregameanimatedbackground/morrowindbackground.lua:170 -- sparksParticleSystem:SetParticleParameter("StartOffsetZ", 0)
- pregame/pregameanimatedbackground/morrowindbackground.lua:171 -- sparksParticleSystem:SetParticleParameter("EndOffsetZ", -0.1)
- pregame/pregameanimatedbackground/morrowindbackground.lua:176 -- self.sparksParticleSystem:SetParticleParameter("DurationS", ZO_UniformRangeGenerator:New(minDurationS, maxDurationS))
- pregame/pregameanimatedbackground/morrowindbackground.lua:193 -- self.sparksParticleSystem:SetParticleParameter("BentArcElevationStartRadians", ZO_UniformRangeGenerator:New(angleRadians - spreadRadians, angleRadians + spreadRadians))
- pregame/pregameanimatedbackground/morrowindbackground.lua:197 -- self.sparksParticleSystem:SetParticleParameter("BentArcElevationChangeRadians", ZO_UniformRangeGenerator:New(minBendRadians, maxBendRadians))
- pregame/pregameanimatedbackground/morrowindbackground.lua:211 -- self.sparksParticleSystem:SetParticleParameter("Size", sparksSize)
- pregame/pregameanimatedbackground/morrowindbackground.lua:215 -- self.sparksParticleSystem:SetParticleParameter("BentArcVelocity", ZO_UniformRangeGenerator:New(minSparksVelocity, maxSparksVelocity))
- pregame/pregameanimatedbackground/morrowindbackground.lua:222 -- self.sparksParticleSystem:SetParticleParameter("StartOffsetX", "StartOffsetY", offsetGenerator)