- Found in:
- SKSE
Description
Wiki Description
Returns the keyword associated with the string. (This function requires SKSE)
Documentation Comment
SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
return the keyword with the specified key
Caveats
CK Wiki - Notes
None.
Parameters
stringkey
CK Wiki Description
the full name of the keyword. Capitalization does not matter (see Literals Reference > String > Case Insensitivity).
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__key
Keyword returnedValue = Keyword.GetKeyword(myString__key)