IsHeavyArmor - Armor

From Creation Kit
Jump to: navigation, search

SKSE Member of: Armor Script

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

Contents

Syntax

bool Function IsHeavyArmor()

Parameters

None.

Return Value

Whether or not this armor has the ArmorHeavy keyword.

Examples

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

Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
coming
coming
coming
coming