- Found in:
- SKSE
Description
Wiki Description
Returns the Nth keyword assigned to this form. (This function requires SKSE)
Documentation Comment
returns the keyword at the specified index
Parameters
intindex
CK Wiki Description
which keyword to get. 0 will return the first, 1 the second, etc.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__index
Keyword returnedValue = myForm__toCallFunctionOn.GetNthKeyword(myInt__index)