mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Add minetest.get_player_window_information() (#12367)
This commit is contained in:
@@ -1062,7 +1062,15 @@ enum ToServerCommand
|
||||
std::string bytes_M
|
||||
*/
|
||||
|
||||
TOSERVER_NUM_MSG_TYPES = 0x53,
|
||||
TOSERVER_UPDATE_CLIENT_INFO = 0x53,
|
||||
/*
|
||||
v2s16 render_target_size
|
||||
f32 gui_scaling
|
||||
f32 hud_scaling
|
||||
v2f32 max_fs_info
|
||||
*/
|
||||
|
||||
TOSERVER_NUM_MSG_TYPES = 0x54,
|
||||
};
|
||||
|
||||
enum AuthMechanism
|
||||
|
Reference in New Issue
Block a user