* Modifies a percentage amount of a specific stat of the [Unit] * * * enum UnitModifierPctType * { * BASE_PCT = 0, * TOTAL_PCT = 1 * }; * * * @param uint32 statType : The stat to modify * @param [UnitModifierPctType] modType : The type of modifier to apply * @param float value : The value to apply to the stat */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected