Difference between revisions of "WornApparelHasKeywordCount"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Chesko
imported>Chesko
Line 1: Line 1:
Returns true if the number of armor objects with the specified keyword parameter worn by this actor fulfills the comparison value.
Returns the number of armor objects worn by this actor with the specified keyword parameter.


== Example ==
== Example ==

Revision as of 10:54, 13 December 2012

Returns the number of armor objects worn by this actor with the specified keyword parameter.

Example

The following would return true if the actor were wearing 4 or more pieces of armor with the ArmorMaterialElven keyword.

Chesko confunc wornapparelhaskeywordcount.jpg

See Also