IsBoots - Armor
Revision as of 11:34, 10 May 2012 by imported>Fg109 (Created page for IsBoots)
SKSE Member of: Armor Script
Checks if the armor has the ArmorBoots keyword. (This function requires SKSE)
Syntax
bool Function IsClothing()
Parameters
None.
Return Value
Whether or not this armor has the ArmorBoots keyword.
Examples
if (Puss.GetWornForm(0x00000080) as Armor).IsBoots()
Debug.Trace("Puss is wearing boots.")
endif
Notes
- Uses the HasKeywordString function internally.