GetDescription - Form

From the Fallout4 CreationKit Wiki
Revision as of 00:53, 22 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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