GetDescription - Form
Revision as of 14:19, 21 January 2018 by imported>Qazaaq (added required f4se version)
Member of: Form Script
Requires F4SE version 0.3.1 or higher.
Gets the textual description of the form.
SyntaxEdit
string Function GetDescription() Native
ParametersEdit
None
Return ValueEdit
The textual description of the form.
ExamplesEdit
string description = myObjectMod.GetDescription()
Debug.Trace(myObjectMod + " description equals " + description)
See AlsoEdit
None