GetName

From Dragon Age Toolset Wiki
Jump to: navigation, search

Gets an object's name.

string GetName(
object oidObject
);
Parameters:
oidObject
The object to get the name of
Returns:

The object's name

Source:

script.ldf

Description

Gets an object's name. The non-localized name is returned if it is set, otherwise the localized name will be returned.

Remarks

In Toolset v1.0.982.0 GetName() returns nothing for waypoints.