GetNumKeywords - Form

From the CreationKit Wiki
Revision as of 03:00, 10 May 2012 by imported>Fg109 (Created page for GetNumKeywords)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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()

See Also