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:46, 15 August 2022 Rubenwardy talk contribs deleted page minetest.setting setbool (content was: "{{UnofficialLua}} {{DISPLAYTITLE:minetest.setting_setbool}} {{delete | Deprecated in favour of minetest.Settings}} == Syntax == <source>minetest.setting_setbool(name, value)</source> == Description == Changes a boolean of the minetest configuration. * <code>name</code>: The name of the setting (a string) * <code>value</code>: The value of the boolean setting, either <code>true</code> or <code>false</code>. == Example == This code sets the setting “enable_pv...")