Revision history of "minetest.setting get"

Jump to navigation Jump to search

There is no edit history for this page.

This page has been deleted. The deletion, protection, and move log for the page are provided below for reference.

  • 21:51, 15 August 2022 Rubenwardy talk contribs deleted page minetest.setting get (content was: "{{DISPLAYTITLE:minetest.setting_get}} {{delete | Deprecated in favour of minetest.Settings}} == Syntax == <source>minetest.setting_get("name")</source> == Description == Returns the value of an option stored in minetest.conf as a string.<br/> Note that you can use settingtypes.txt to add your own settings to the configuration in the main menu. <br/> == Example == <source> local player_name = minetest.setting_get("name") </source> == See Also == *mine...")