GetString - Keyword

From the CreationKit Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

See Also[edit | edit source]