Background for Skyrim SE
Member of the PyramidUtils script
Form[]functionFilterFormsByKeyword(Form[]akForms, Keyword[]akKeywords, boolabMatchAll=false, boolabInvert=false)Global


Caveats


Parameters

Form[]akForms

Keyword[]akKeywords

boolabMatchAll=false

boolabInvert=false


Examples

Auto-Generated Example

Form[] myFormArray__akForms
Keyword[] myKeywordArray__akKeywords
bool myBool__abMatchAll
bool myBool__abInvert

Form[] returnedValue = PyramidUtils.FilterFormsByKeyword(myFormArray__akForms, myKeywordArray__akKeywords, myBool__abMatchAll, myBool__abInvert)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.