String getName()
None.
The following example obtains the name of the current map and logs an informational message:
String mapName = getName(); logInfo(mapName + " is starting");