minetest.setting_set
Jump to navigation
Jump to search
![]() |
This page has been proposed for deletion for the following reason: " Deprecated in favour of minetest.Settings" If you don't think that this page should be deleted, please explain why on the talk page. |
Syntax
<source>minetest.setting_set("name", "value")</source>
Description
Stores <source enclose="none">value</source> as a simple string under <source enclose="none">name</source> in minetest.conf.
Example
<source> minetest.setting_set("myoption", "Hello, World!") </source>
See Also
![]() |
This page has been proposed for deletion for the following reason: " Deprecated " If you don't think that this page should be deleted, please explain why on the talk page. |