Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AFCMS committed May 5, 2022
1 parent e11fd78 commit 41b7ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/client_lua_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,9 @@ Setting-related
---------------

* `minetest.settings`: Settings object containing all of the settings from the
main config file (`minetest.conf`). Check lua_api.txt for more infos.
main config file (`minetest.conf`). Check lua_api.txt for class reference.
* `minetest.setting_get_pos(name)`: Loads a setting from the main settings and
parses it as a position (in the format `(1,2,3)`). Returns a position or nil.

Class reference
---------------
Expand Down

0 comments on commit 41b7ea5

Please sign in to comment.