[dismiss]
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
Revision as of 14:19, 21 January 2018 by imported>Qazaaq (added required f4se version)
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