- Found in:
- SKSE
Description
Wiki Description
Returns the number of keywords assigned to this form. (This function requires SKSE)
Documentation Comment
returns the number of keywords on the form
Caveats
CK Wiki - Notes
Doesn't work for spells or enchantments, get the magic effect first then the keywords of each magic effect instead.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int returnedValue = myForm__toCallFunctionOn.GetNumKeywords()Related Pages
- Form
- Keyword
- Form.GetNthKeyword(...)
- Form.HasKeywordString(...)
