1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Add Irrlicht device info to the mainmenu About tab (#13636)

This commit is contained in:
DS
2023-07-17 20:44:54 +02:00
committed by GitHub
parent 9b310a6e6f
commit f41e9e3e0f
5 changed files with 37 additions and 3 deletions

View File

@@ -213,6 +213,8 @@ GUI
* technical name of active video driver, e.g. "opengl"
* `core.get_active_renderer()`:
* name of current renderer, e.g. "OpenGL 4.6"
* `core.get_active_irrlicht_device()`:
* name of current irrlicht device, e.g. "SDL"
* `core.get_window_info()`: Same as server-side `get_player_window_information` API.
```lua