- Found in:
- SKSE
Description
Wiki Description
Checks to see if the specified keyword is attached to this form. (This function requires SKSE)
Parameters
strings
CK Wiki Description
the full name of the keyword. Capitalization does not matter.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__s
bool returnedValue = myForm__toCallFunctionOn.HasKeywordString(myString__s)Related Pages
- Form
- Keyword
- Form.GetNumKeywords()
- Form.GetNthKeyword(...)
- Form.HasKeyword(...)
- Keyword.GetKeyword(...)
