GetString - Keyword

SKSE Member of: Keyword Script

Returns the string associated with the keyword. (This function requires SKSE)

SyntaxEdit

String Function GetString() native

ParametersEdit

None.

Return ValueEdit

The keywords' editor ID as a string.

ExamplesEdit

String strKW = KWproperty.getString()
Debug.Notification("The keyword's editor ID is " + strKW)

NotesEdit

None.

See AlsoEdit