Background for Skyrim SE
Member of the Form script
intfunctionGetNumKeywords()Native

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


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.