GetDescription - Form
Revision as of 00:53, 22 October 2017 by imported>Qazaaq (added f4se member)
Member of: Form Script
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