Back to Home
ESO Function Data v100032
PlaySoundFromStat()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/unitattributevisualizer/unitattributevisualizer.lua:148
--
function ZO_UnitAttributeVisualizer:PlaySoundFromStat(stat, state)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/unitattributevisualizer/modules/arrowregeneration.lua:107
--
self.owner:PlaySoundFromStat(stat, STAT_STATE_DECREASE_LOST)
ingame/unitattributevisualizer/modules/arrowregeneration.lua:109
--
self.owner:PlaySoundFromStat(stat, STAT_STATE_INCREASE_LOST)
ingame/unitattributevisualizer/modules/arrowregeneration.lua:115
--
self.owner:PlaySoundFromStat(stat, STAT_STATE_INCREASE_GAINED)
ingame/unitattributevisualizer/modules/arrowregeneration.lua:118
--
self.owner:PlaySoundFromStat(stat, STAT_STATE_DECREASE_GAINED)
ingame/unitattributevisualizer/modules/powershield.lua:280
--
self.owner:PlaySoundFromStat(STAT_MITIGATION, STATE_GAINED_SOUND_FOR_VISUAL_TYPE[visualType])
ingame/unitattributevisualizer/modules/powershield.lua:283
--
self.owner:PlaySoundFromStat(STAT_MITIGATION, STATE_LOST_SOUND_FOR_VISUAL_TYPE[visualType])
ingame/unitattributevisualizer/modules/shrinkexpand.lua:152
--
self.owner:PlaySoundFromStat(stat, info.state)