mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Add clouds API
This commit is contained in:
parent
95409da87d
commit
f1d7a26b7c
17 changed files with 357 additions and 50 deletions
|
@ -289,6 +289,12 @@ private:
|
|||
// get_sky(self, type, list)
|
||||
static int l_get_sky(lua_State *L);
|
||||
|
||||
// set_clouds(self, {density=, color=, ambient=, height=, thickness=, speed=})
|
||||
static int l_set_clouds(lua_State *L);
|
||||
|
||||
// get_clouds(self)
|
||||
static int l_get_clouds(lua_State *L);
|
||||
|
||||
// override_day_night_ratio(self, type)
|
||||
static int l_override_day_night_ratio(lua_State *L);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue