GetDescription - Form
From Creation Kit
Member of: Form Script
Requires F4SE version 0.3.1 or higher.
Gets the textual description of the form.
Syntax
string Function GetDescription() Native
Parameters
None
Return Value
The textual description of the form.
Examples
string description = myObjectMod.GetDescription() Debug.Trace(myObjectMod + " description equals " + description)
See Also
None