GetNumKeywords - Form
Revision as of 03:00, 10 May 2012 by imported>Fg109 (Created page for GetNumKeywords)
SKSE Member of: Form Script
Returns the number of keywords assigned to this form. (This function requires SKSE)
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()