ESO Function Data v100015
PlaySoundFromStat()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/unitattributevisualizer/unitattributevisualizer.lua:131
--
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:172
--
self.owner:PlaySoundFromStat(STAT_MITIGATION, STAT_STATE_SHIELD_GAINED)
ingame/unitattributevisualizer/modules/powershield.lua:217
--
self.owner:PlaySoundFromStat(STAT_MITIGATION, STAT_STATE_SHIELD_LOST)
ingame/unitattributevisualizer/modules/shrinkexpand.lua:152
--
self.owner:PlaySoundFromStat(stat, info.state)