- Found in:
- SKSE
Description
Wiki Description
Checks if the armor has the ArmorBoots keyword. (This function requires SKSE)
Examples
if (Puss.GetWornForm(0x00000080) as Armor).IsBoots()
Debug.Trace("Puss is wearing boots.")
endifAuto-Generated Example
bool returnedValue = myArmor__toCallFunctionOn.IsBoots()