Background for Skyrim SE
Member of the ActiveMagicEffect script
eventOnTrackedStatsEvent(stringarStatName, intaiStatValue)

Description

Documentation Comment

Event received when a tracked stat is updated for the player


Parameters

  1. stringarStatName

  2. intaiStatValue


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

event OnTrackedStatsEvent(string arStatName, int aiStatValue)
    Debug.trace("Event received - OnTrackedStatsEvent: arStatName = " + arStatName + " aiStatValue = " + aiStatValue)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.