diff -r 1050e4f78485 -r e7c3385d41a0 LuaLibraryUtils.wiki --- a/LuaLibraryUtils.wiki Wed Jun 28 22:17:51 2023 +0000 +++ b/LuaLibraryUtils.wiki Wed Jun 28 22:18:50 2023 +0000 @@ -57,7 +57,7 @@ == `integerHypotenuse(x, y)` == Calculates the hypotenuse of a triangle with legs x, y, but rounded to an integer. This function is desync-safe. -== `formatEngineString(text, ...)` == +== `formatEngineString(text, ...)` (1.1.0-dev) == Insert parameters %1 to %9 into an engine string and returns the result. * `text`: engine string with parameters (from `GetEngineString`)