Background for Skyrim SE
Member of the SPE_Actor script
Keyword[]functionWornHasKeywordStrings(ActorakActor, string[]asKeywords, boolabMatchPartial)NativeGlobal


Caveats


Parameters

ActorakActor

string[]asKeywords

boolabMatchPartial


Examples

Auto-Generated Example

Actor myActor__akActor
string[] myStringArray__asKeywords
bool myBool__abMatchPartial

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