GetName
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns the name of the specified object as a string.
Returns "<no name>" if a name for the form could not be found.
Syntax
(string) GetName Named:object
Example
string_var my_name let my_name := GetName SunnyREF ; * "Sunny Smiles"
Notes
- This function doesn't return reference names set by SetRefName. LNGetName should be used for this instead.
See Also
- ToString (shorthand: '$') often does the same thing.
- SetName
- LNGetName
- LNSetName
- CompareNames
- SetActorFullName
- SetActorFullNameAlt
- String Variable