GetString - Keyword
Jump to navigation
Jump to search
SKSE Member of: Keyword Script
Returns the string associated with the keyword. (This function requires SKSE)
Syntax[edit | edit source]
String Function GetString() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The keywords' editor ID as a string.
Examples[edit | edit source]
String strKW = KWproperty.getString()
Debug.Notification("The keyword's editor ID is " + strKW)
Notes[edit | edit source]
None.