Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionakFormHasKeywordString(FormakForm, stringakString)Global

Description

Documentation Comment

Like HasKeywordString but returns true if multiple esp's have keyWords with the same name added.
Requires SKSE


Caveats


Parameters

FormakForm

stringakString


Examples

Auto-Generated Example

Form myForm__akForm
string myString__akString

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