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)
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.