GetString - Keyword
Revision as of 09:27, 17 June 2012 by imported>Kahmul (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Keyword Script Returns the string associated with the keyword. (This function require...")
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.