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