diff options
author | sfan5 <sfan5@live.de> | 2019-11-09 11:29:20 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2019-11-09 16:08:38 +0100 |
commit | 485b669840b43af1b10a5e11bf65373c88f63395 (patch) | |
tree | 97137bf0ebfe9f896fde2099e72f13fa79eb2459 /doc | |
parent | 7e649f985cf7b08d76366a7998e7c4f5a534c43e (diff) | |
download | minetest-485b669840b43af1b10a5e11bf65373c88f63395.tar.gz minetest-485b669840b43af1b10a5e11bf65373c88f63395.tar.bz2 minetest-485b669840b43af1b10a5e11bf65373c88f63395.zip |
[CSM] Remove non-functional minetest.get_day_count()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/client_lua_api.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt index 51854d3d9..a71421747 100644 --- a/doc/client_lua_api.txt +++ b/doc/client_lua_api.txt @@ -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 |