Difference between revisions of "GetDescription - Form"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se member)
 
imported>Qazaaq
(added required f4se version)
 
Line 1: Line 1:
'''Member of:''' [[Form Script]]
'''Member of:''' [[Form Script]]
{{Template:Papyrus:RequiredF4SE|version=0.3.1}}


Gets the textual description of the form.
Gets the textual description of the form.

Latest revision as of 14:19, 21 January 2018

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