GetNumKeywords - Form
From Creation Kit
SKSE Member of: Form Script
Returns the number of keywords assigned to this form. (This function requires SKSE)
Contents |
Syntax
int Function GetNumKeywords() native
Parameters
None
Return Value
Returns the number of keywords assigned to this form, or 0 if the form cannot contain keywords (eg Quests).
Examples
;count the number of keywords assigned to us int KeywordCount = GetNumKeywords()

