Description
Wiki Description
Obtains the "warmth rating" of this piece of armor.
Documentation Comment
Returns the "warmth rating" for this armor
Caveats
Examples
if (furArmor.GetWarmthRating() > glassArmor.GetWarmthRating())
Debug.Trace("The fur armor will keep you warmer than that glass...")
endIfAuto-Generated Example
float returnedValue = myArmor__toCallFunctionOn.GetWarmthRating()