GetName(object)
Retrieves the name of an object.
string GetName( object oObject );
Parameters
oObject
Object who's name is sought.
Description
Returns the first and last name of oObject. In the case of creatures, returns first and last names together as single concatenated string.
Remarks
GetName() returns the name of modules and areas (pre-1.25 it returned a null string).
Known Bugs
Returns "" for stores.
Version
1.61
See Also
categories: | Get Data from Object Functions |
author: Kristian Markon, editor: Lilac Soul, additional contributor(s): Simon Damberger, Lilac Soul
Send comments on this topic.