GetName

From Dragon Age Toolset Wiki
Revision as of 19:22, 1 March 2010 by BryanDerksen (Talk | contribs) (fill in missing parameters, remove tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.