Description
Wiki Description
Checks to see if any of the keywords in the form list is attached to this form. If the form list contains no keywords, returns false.
Documentation Comment
Returns if this form has any of the keywords in the list attached
Caveats
Parameters
Examples
; Does this object have any of the explosive keywords?
if (Dynamite.HasKeywordInFormList(ExplosiveKeywords))
Debug.Trace("The dynamite is explosive!")
endIfAuto-Generated Example
FormList myFormList__akKeywordList
bool returnedValue = myForm__toCallFunctionOn.HasKeywordInFormList(myFormList__akKeywordList)Related Pages
- Form
- Form.HasKeyword(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
