Description
Wiki Description
Checks to see if the specified keyword is attached to this form.
Documentation Comment
Returns if this form has the specified keyword attached
Caveats
Parameters
Examples
; Does this object have a doom keyword?
if (NiceSwordProperty.HasKeyword(DoomKeywordProperty))
Debug.Trace("The nice sword is a doom sword")
endIfAuto-Generated Example
Keyword myKeyword__akKeyword
bool returnedValue = myForm__toCallFunctionOn.HasKeyword(myKeyword__akKeyword)Related Pages
- Form
- Form.HasKeywordInFormList(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
