Added "tolower", "toupper" script functions

Renamed TravelMarkerDots to TravelMarkerStyles.
This commit is contained in:
NovaRain
2020-01-16 09:34:53 +08:00
parent 14e2ee2064
commit dd7613c910
7 changed files with 43 additions and 2 deletions
@@ -697,6 +697,14 @@ optional argument:
- returns the tile number at the x, y position relative to the top-left corner of the screen
- if the position is outside of the range of tiles, it will return -1
> string sfall_func1("tolower", string text)
- converts all uppercase letters in the given string to lowercase
- returns -1 on argument error
> string sfall_func1("toupper", string text)
- converts all lowercase letters in the given string to uppercase
- returns -1 on argument error
------------------------
------ MORE INFO -------
------------------------