- Found in:
- SKSE
Description
Wiki Description
Returns the string associated with the keyword. (This function requires SKSE)
Documentation Comment
return the string value of the keyword
Caveats
CK Wiki - Notes
None.
Examples
String strKW = KWproperty.getString()
Debug.Notification("The keyword's editor ID is " + strKW)Auto-Generated Example
string returnedValue = myKeyword__toCallFunctionOn.GetString()Related Pages
- Keyword.GetKeyword(...)
