mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
When minimap is disabled in configuration, really disable it (#5771)
* When minimap is disabled in configuration, really disable it
This commit is contained in:
parent
1c6d2f596d
commit
e25a38e3fb
7 changed files with 28 additions and 19 deletions
|
@ -800,6 +800,7 @@ Call these functions only at load time!
|
|||
### UI
|
||||
* `minetest.ui.minimap`
|
||||
* Reference to the minimap object. See [`Minimap`](#minimap) class reference for methods.
|
||||
* If client disabled minimap (using enable_minimap setting) this reference will be nil.
|
||||
* `minetest.camera`
|
||||
* Reference to the camera object. See [`Camera`](#camera) class reference for methods.
|
||||
* `minetest.show_formspec(formname, formspec)` : returns true on success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue