Difference between revisions of "WornApparelHasKeywordCount"
Jump to navigation
Jump to search
imported>SJML Bot (Bot creating condition functions pages.) |
(Added note concerning some armor items which are not counted by this function.) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
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. | |||
[[File:chesko_confunc_wornapparelhaskeywordcount.jpg]] | |||
== Notes == | |||
* This function does not count shields or amulets/necklaces. | |||
== See Also == | |||
*[[WornHasKeyword]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Latest revision as of 10:48, 7 December 2023
Returns the number of armor objects worn by this actor with the specified keyword parameter.
Example[edit | edit source]
The following would return true if the actor were wearing 4 or more pieces of armor with the ArmorMaterialElven keyword.
Notes[edit | edit source]
- This function does not count shields or amulets/necklaces.