IsHeavyArmor - Armor

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Armor Script

Checks if the armor has the ArmorHeavy keyword. (This function requires SKSE)

Syntax[edit | edit source]

bool Function IsHeavyArmor()

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether or not this armor has the ArmorHeavy keyword.

Examples[edit | edit source]

if (ArmorProperty.IsHeavyArmor())
	Debug.Trace("This is heavy armor.")
endif

Notes[edit | edit source]

See Also[edit | edit source]