GetName
< [[::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
(string) GetName Named:object
Example
string_var my_name let my_name := GetName SunnyREF ; * "Sunny Smiles"
See Also
- ToString (shorthand: '$') often does the same thing.
- SetName
- CompareNames
- String Variable