- Found in:
- Dylbills PE
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
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)