diff --git a/doc/lua_api.md b/doc/lua_api.md index 77e030fcd..faa051eb0 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -573,8 +573,11 @@ The aspect ratio is preserved. * ``: X offset of insertion, negative numbers allowed * ``: Y offset of insertion, negative numbers allowed * `` (optional): Expected texture width - * Scales the output image if ` != input texture width` to perform lossless blit. - * Supported since protocol version 46. + * If the provided texture width is (e.g. 2 times) larger than ``, it will + result in an output texture that is also (2 times) larger. + * If the provided texture width is smaller, it will be upscaled proportionally + to match the width ``. + * Supported since protocol version 47. Old clients will ignore this parameter. * ``: texture to combine