* Gets the damage modifier for a certain damage type. * @param dt The damageType. * @return The damage modifier 0->1. */
| 210 | * @return The damage modifier 0->1. |
| 211 | */ |
| 212 | float Armor::getDamageModifier(ItemDamageType dt) |
| 213 | { |
| 214 | return _damageModifier[(int)dt]; |
| 215 | } |
| 216 | |
| 217 | /** Gets the loftempSet. |
| 218 | * @return The loftempsSet. |
no outgoing calls
no test coverage detected