From a81259d19a434752614e5a430fdebf86f07c1cfc Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Tue, 2 Aug 2022 21:34:17 +0200 Subject: Run Minetest update checker on startup (#7629) This feature is enabled by default for non-Android release builds. Package maintainers may use -DENABLE_UPDATE_CHECKER=0 to disable it. Co-authored-by: rubenwardy Co-authored-by: sfan5 --- doc/lua_api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index c7c78e877..9e1633a14 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -4926,6 +4926,7 @@ Utilities * `string`: Simple version, eg, "1.2.3-dev" * `hash`: Full git version (only set if available), eg, "1.2.3-dev-01234567-dirty". + * `is_dev`: Boolean value indicating whether it's a development build Use this for informational purposes only. The information in the returned table does not represent the capabilities of the engine, nor is it reliable or verifiable. Compatible forks will have a different name and -- cgit v1.2.3