Background for Skyrim SE
Member of the SPE_Form script
boolfunctionFormHasKeywordStrings(FormakForm, string[]asKeywords, boolabContainAll, boolabPartialMatch)NativeGlobal


Caveats


Parameters

FormakForm

string[]asKeywords

boolabContainAll

boolabPartialMatch


Examples

Auto-Generated Example

Form myForm__akForm
string[] myStringArray__asKeywords
bool myBool__abContainAll
bool myBool__abPartialMatch

bool returnedValue = SPE_Form.FormHasKeywordStrings(myForm__akForm, myStringArray__asKeywords, myBool__abContainAll, myBool__abPartialMatch)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.