GetName

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the name of the specified object. Added by NVSE V4.1.

Syntax

[help]
(string) GetName Named:object

Example

string_var my_name
let my_name := GetName SunnyREF ; * "Sunny Smiles"

See Also