LNGetName

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

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

[help]
(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."

See Also