minetest.setting_getbool - Uberi/MineTest-API GitHub Wiki

minetest.setting_getbool

Description

Obtain a boolean setting's value from configuration files.

Syntax

[boolean](../type/boolean.html) setting_getbool([string](../type/string.html) name)

Examples

local noclip = minetest.setting_getbool("free_move")
⚠️ **GitHub.com Fallback** ⚠️