# HG changeset patch # User Wuzzy # Date 1687990730 0 # Node ID e7c3385d41a07e231aac8f1f7656e874f399aa4e # Parent 1050e4f78485783ee049b2f24d9a4615d7eade2a LuaLibraryUtils: mention version for formatEngineString 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`)