LuaLibraryUtils: mention version for formatEngineString
authorWuzzy
Wed, 28 Jun 2023 22:18:50 +0000
changeset 2264 e7c3385d41a0
parent 2263 1050e4f78485
child 2265 5d951acf9b54
LuaLibraryUtils: mention version for formatEngineString
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`)