libworld: expose WorldInfo::fog value to lua

This commit is contained in:
REDxEYE
2024-11-04 21:17:20 +03:00
parent 76fc7b5fb4
commit 803981e2a8
3 changed files with 23 additions and 0 deletions
+6
View File
@@ -16,6 +16,12 @@ world.get_day_time() -> number
-- Set day time value.
world.set_day_time(time: number)
-- Returns current fog value.
world.get_fog() -> number
-- Set fog value.
world.set_fog(value: number)
-- Sets the specified day time cycle speed.
world.set_day_time_speed(value: number)