mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
Add Irrlicht device info to the mainmenu About tab (#13636)
This commit is contained in:
parent
9b310a6e6f
commit
f41e9e3e0f
5 changed files with 37 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue