Added "set_terrain_name" script function

Fixed minor bugs in WorldMapTerrainInfo, TravelMarkerStyles features.

Minor edits to Console.cpp, Logging.cpp.
This commit is contained in:
NovaRain
2020-01-18 17:28:05 +08:00
parent 160a5b6053
commit bf4c47d1c0
13 changed files with 92 additions and 30 deletions
@@ -702,6 +702,9 @@ optional argument:
- toCase: 0 - lowercase, 1 - uppercase
- NOTE: this function works only for English letters of A-Z/a-z
> void sfall_func3("set_terrain_name", int x, int y, string name)
- overrides the terrain type name for the sub-tile by the specified coordinates on the world map
------------------------
------ MORE INFO -------
------------------------