Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionFormHasKeywordInStorageUtilList(FormakForm, FormObjKey, stringListKeyName, boolAllKeywords=false)Global

Description

Documentation Comment

If AllKeywords == false (default) returns true if the akForm has any keyword in the StorageUtil Form list.
If allKeywords == true, only returns true if the akForm has all keywords in the List.
Requires skse and PapyrusUtil


Caveats


Parameters

FormakForm

FormObjKey

stringListKeyName

boolAllKeywords=false


Examples

Auto-Generated Example

Form myForm__akForm
Form myForm__ObjKey
string myString__ListKeyName
bool myBool__AllKeywords

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