Background for Fallout 4
Member of the Form script
stringfunctionGetDescription()Native

Description

Wiki Description

Gets the textual description of the form.

Documentation Comment

returns the description of the form


Caveats


Examples

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

Auto-Generated Example

string returnedValue = myForm__toCallFunctionOn.GetDescription()

Related Pages

None


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.