Difference between revisions of "WornHasKeyword"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>SJML Bot
(Bot creating condition functions pages.)
 
imported>Chesko
Line 1: Line 1:
Returns 1 if this actor is wearing an armor object with the specified keyword.


== Example ==
The following would return true if the actor were wearing an armor object with the keyword ArmorBoots.
[[File:chesko_confunc_wornhaskeyword.jpg]]
== See Also ==
*[[WornApparelHasKeywordCount]]


[[Category:Condition Functions]]
[[Category:Condition Functions]]

Revision as of 10:53, 13 December 2012

Returns 1 if this actor is wearing an armor object with the specified keyword.

Example

The following would return true if the actor were wearing an armor object with the keyword ArmorBoots.

Chesko confunc wornhaskeyword.jpg

See Also