Background for Skyrim SE
Member of the PyramidUtils script
boolfunctionFormHasKeyword(FormakItem, Keyword[]akKwds, boolabAll=false)Global

Description

Documentation Comment

Form Processing


Parameters

  1. FormakItem

  2. Keyword[]akKwds

  3. boolabAll=false


Examples

Auto-Generated Example

Form myForm__akItem
Keyword[] myKeywordArray__akKwds
bool myBool__abAll

bool returnedValue = PyramidUtils.FormHasKeyword(myForm__akItem, myKeywordArray__akKwds, myBool__abAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.