LNSetName

From GECK
Jump to: navigation, search


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

Description

Sets the Full Name of Base Form to the provided string. Works with all form types that have names. If a reference is passed, its BaseForm is used.

Syntax

[help]
[reference].LNSetName name:string object:baseForm

Example

TerminalRef.LNSetName "Vault 21 Terminal"

Changes the reference's name to "Vault 21 Terminal."

LNSetName "Goodsprings Saloon" GSProspectorSaloonInterior

Changes the base form's name to "Goodsprings Saloon."

See Also