aboutsummaryrefslogtreecommitdiff
path: root/textures/base/pack/minimap_mask_round.png
diff options
context:
space:
mode:
authorLars Müller <34514239+appgurueu@users.noreply.github.com>2022-04-21 21:45:47 +0200
committerGitHub <noreply@github.com>2022-04-21 21:45:47 +0200
commit4558793caf48d63c74574ba740a96c92d0afcc2c (patch)
treeccebb71fa7264de250a1b540e84691fb5fe40cff /textures/base/pack/minimap_mask_round.png
parent583257f093b958be7e4e82803f53550e4a3beb8a (diff)
downloadminetest-4558793caf48d63c74574ba740a96c92d0afcc2c.tar.gz
minetest-4558793caf48d63c74574ba740a96c92d0afcc2c.tar.bz2
minetest-4558793caf48d63c74574ba740a96c92d0afcc2c.zip
Fix some debug info showing despite being disabled in the UI (#12205)
Diffstat (limited to 'textures/base/pack/minimap_mask_round.png')
0 files changed, 0 insertions, 0 deletions
de : virtual public ScriptApiBase, public ScriptApiNodemeta { public: ScriptApiNode(); virtual ~ScriptApiNode(); bool node_on_punch(v3s16 p, MapNode node, ServerActiveObject *puncher, PointedThing pointed); bool node_on_dig(v3s16 p, MapNode node, ServerActiveObject *digger); void node_on_construct(v3s16 p, MapNode node); void node_on_destruct(v3s16 p, MapNode node); bool node_on_flood(v3s16 p, MapNode node, MapNode newnode); void node_after_destruct(v3s16 p, MapNode node); bool node_on_timer(v3s16 p, MapNode node, f32 dtime); void node_on_receive_fields(v3s16 p, const std::string &formname, const StringMap &fields, ServerActiveObject *sender); void node_falling_update(v3s16 p); void node_falling_update_single(v3s16 p); public: static struct EnumString es_DrawType[]; static struct EnumString es_ContentParamType[]; static struct EnumString es_ContentParamType2[]; static struct EnumString es_LiquidType[]; static struct EnumString es_NodeBoxType[]; }; #endif /* S_NODE_H_ */