Difference between revisions of "GetName"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Remarks)
(fill in missing parameters, remove tag)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetName
 
|name=GetName
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oidObject
 
|param1name=oidObject
|param1desc=
+
|param1desc=The object to get the name of
 
|returntype=string
 
|returntype=string
|returndesc=
+
|returndesc=The object's name
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 14: Line 13:
 
== Description ==
 
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
Gets an object's name. The non-localized name is returned if it is set, otherwise
+
 
the localized name will be returned.
+
Gets an object's name. The non-localized name is returned if it is set, otherwise the localized name will be returned.
  
 
== Remarks ==
 
== Remarks ==

Latest revision as of 19:22, 1 March 2010

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.