Difference between revisions of "IsBoots - Armor"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Fg109
(Created page for IsBoots)
 
imported>Fg109
 
Line 8: Line 8:
== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
bool Function IsClothing()
bool Function IsBoots()
</source>
</source>



Latest revision as of 11:37, 10 May 2012

SKSE Member of: Armor Script

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

Syntax[edit | edit source]

bool Function IsBoots()

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether or not this armor has the ArmorBoots keyword.

Examples[edit | edit source]

if (Puss.GetWornForm(0x00000080) as Armor).IsBoots()
	Debug.Trace("Puss is wearing boots.")
endif

Notes[edit | edit source]

See Also[edit | edit source]