Background for Skyrim SE
Member of the SPE_Actor script
Keyword[]functionWornHasKeywords(ActorakActor, Keyword[]akKeywords)NativeGlobal

Description

Documentation Comment

Same as WornHasKeyword(), but allows to specify multiple keywords
The string variant allows to search for substrings in keywords if abMatchPartial is true
Returns all keywords that are present on any worn form, in case of abMatchPartial = true, returns the first match


Caveats


Parameters

ActorakActor

Keyword[]akKeywords


Examples

Auto-Generated Example

Actor myActor__akActor
Keyword[] myKeywordArray__akKeywords

Keyword[] returnedValue = SPE_Actor.WornHasKeywords(myActor__akActor, myKeywordArray__akKeywords)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.