This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

GetDescription - Form

From the Fallout4 CreationKit Wiki
Revision as of 14:19, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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