All public logs

Jump to navigation Jump to search

Combined display of all available logs of Minetest Developer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 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...")