GetDescription - Form

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Form Script
Requires F4SE version 0.3.1 or higher.

Gets the textual description of the form.

Syntax[edit | edit source]

string Function GetDescription() Native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The textual description of the form.

Examples[edit | edit source]

string description = myObjectMod.GetDescription()
Debug.Trace(myObjectMod + " description equals " + description)

See Also[edit | edit source]

None