GetFormDescription

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the Description text of the specified form (e.g. Note, Perk, Message, Terminal, Weapon Mod, Challenge, Loading Screen, etc.).

Syntax

[help]
(description:string_var) GetFormDescription baseForm:ref

Example

let sDescr := GetFormDescription ActionBoy
let sDescr := GetFormDescription GSFixedRadioMsg
let sDescr := GetFormDescription ModNV127mmPistolSilencer 

See Also