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