Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AFCMS committed Mar 30, 2022
1 parent 45db8b6 commit 5bc1986
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 @@ -941,7 +941,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 5bc1986

Please sign in to comment.