(Formerly known as GetObjectName, which is now obsolete)
(Formerly known as Object.GetName, which is now obsolete)
readonly String Object.Name;
Gets the name of the object.
NOTE: This property is read-only. It is not currently possible to change the name
of an object at run-time.
Example:
Display("Object 0's name is %s.", object[0].Name);
will retrieve and then display object 0's name.
See Also: Game.GetLocationName
|