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).


Version

1.25

See Also

categories: Get Data from Object Functions


 author: Kristian Markon, editor: Charles Feduke, additional contributor(s): Simon Damberger
 Send comments on this topic.