GetDescription - Form

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