Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionFormHasKeywordInFormList(FormakForm, FormListakList, boolAllKeywords=false)Global

Description

Documentation Comment

If AllKeywords == false (default) returns true if the akForm has any keyword in the akList formlist.
If allKeywords == true, only returns true if the akForm has all keywords in the akList.
No requirements


Caveats


Parameters

FormakForm

FormListakList

boolAllKeywords=false


Examples

Auto-Generated Example

Form myForm__akForm
FormList myFormList__akList
bool myBool__AllKeywords

bool returnedValue = DbMiscFunctions.FormHasKeywordInFormList(myForm__akForm, myFormList__akList, myBool__AllKeywords)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.