--- 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`)