GetFormDescription

Revision as of 03:22, 9 October 2015 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

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

(description:string_var) GetFormDescription baseForm:ref

Example

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

See Also