LNGetName
From GECK
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
Description
Returns the Full Name of a Reference or Base Form as a string. Works with all form types that have names.
Unlike GetName, this works properly with references that have had their names changed via SetRefName.
Syntax
(string) [reference].LNGetName object:baseForm
Example
TerminalRef.LNGetName
Checks the reference's name and outputs "Vault 21 Terminal."
LNGetName GSProspectorSaloonInterior
Checks the base form's name and outputs "Prospector Saloon."