1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-21 18:11:11 +00:00

[CSM] Remove non-functional minetest.get_day_count()

This commit is contained in:
sfan5 2019-11-09 11:29:20 +01:00
parent 7e649f985c
commit 485b669840
3 changed files with 1 additions and 5 deletions

View 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