GetWarmthRating - Armor
Revision as of 15:58, 3 October 2017 by imported>Jlundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Armor Script ''(Requires SSE 1.5.3)'' Obtains the "warmth rating" of this piece of armor. == Syntax == <sour...")
Member of: Armor Script (Requires SSE 1.5.3)
Obtains the "warmth rating" of this piece of armor.
Syntax
float Function GetWarmthRating() native
Parameters
None
Return Value
The current "warmth rating" of the armor.
Examples
if (furArmor.GetWarmthRating() > glassArmor.GetWarmthRating())
Debug.Trace("The fur armor will keep you warmer than that glass...")
endIf