- 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
;count the number of keywords assigned to us
int KeywordCount = GetNumKeywords()Auto-Generated Example
int returnedValue = myForm__toCallFunctionOn.GetNumKeywords()Related Pages
- Form
- Keyword
- Form.GetNthKeyword(...)
- Form.HasKeywordString(...)
