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


Parameters

  1. Form[]akForms

  2. Keyword[]akKeywords

  3. boolabMatchAll=false

  4. 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.