Background for Skyrim SE
Member of the Keyword script
stringfunctionGetString()Native

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


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.