Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionFormHasKeywordInArray(FormakForm, Keyword[]akList, boolAllKeywords=false)Global

Description

Documentation Comment

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


Caveats


Parameters

FormakForm

Keyword[]akList

boolAllKeywords=false


Examples

Auto-Generated Example

Form myForm__akForm
Keyword[] myKeywordArray__akList
bool myBool__AllKeywords

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