]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - doc/client_lua_api.txt
[CSM] Remove non-functional minetest.get_day_count()
[dragonfireclient.git] / doc / client_lua_api.txt
index 51854d3d9769e2dc08c73a28717a0bade0cd4049..a71421747ff5380482bef2668386fa7beb9f3eae 100644 (file)
@@ -734,8 +734,6 @@ Call these functions only at load time!
     * Optional: Variable number of arguments that are passed to `func`
 * `minetest.get_us_time()`
     * Returns time with microsecond precision. May not return wall time.
-* `minetest.get_day_count()`
-    * Returns number days elapsed since world was created, accounting for time changes.
 * `minetest.get_timeofday()`
     * Returns the time of day: `0` for midnight, `0.5` for midday