aboutsummaryrefslogtreecommitdiff
path: root/doc/minetest.6
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-10-21 08:51:59 +0100
committerparamat <mat.gregory@virginmedia.com>2015-10-23 21:30:20 +0100
commit59fa117d13ba881f6f5e77c94f5a4ce6adb9647f (patch)
tree43c26bb908a117de4471a442626812fea942c3ea /doc/minetest.6
parentc32847838d72c327031520c48b76607b63da4ccc (diff)
downloadminetest-59fa117d13ba881f6f5e77c94f5a4ce6adb9647f.tar.gz
minetest-59fa117d13ba881f6f5e77c94f5a4ce6adb9647f.tar.bz2
minetest-59fa117d13ba881f6f5e77c94f5a4ce6adb9647f.zip
Decoration API: Add flag for placement on liquid surface
Add findLiquidSurface() function to mapgen.cpp Update lua_api.txt
Diffstat (limited to 'doc/minetest.6')
0 files changed, 0 insertions, 0 deletions
>Minetest Copyright (C) 2016 est31, <MTest31@outlook.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include <list> class KeyType { public: enum T { // Player movement FORWARD, BACKWARD, LEFT, RIGHT, JUMP, SPECIAL1, SNEAK, AUTOFORWARD, ESC, // Other DROP, INVENTORY, CHAT, CMD, CMD_LOCAL, CONSOLE, MINIMAP, FREEMOVE, FASTMOVE, NOCLIP, HOTBAR_PREV, HOTBAR_NEXT, MUTE, INC_VOLUME, DEC_VOLUME, CINEMATIC, SCREENSHOT, TOGGLE_HUD, TOGGLE_CHAT, TOGGLE_FOG, TOGGLE_UPDATE_CAMERA, TOGGLE_DEBUG, TOGGLE_PROFILER, CAMERA_MODE, INCREASE_VIEWING_RANGE, DECREASE_VIEWING_RANGE, RANGESELECT, ZOOM, QUICKTUNE_NEXT, QUICKTUNE_PREV, QUICKTUNE_INC, QUICKTUNE_DEC, // hotbar SLOT_1, SLOT_2, SLOT_3, SLOT_4, SLOT_5, SLOT_6, SLOT_7, SLOT_8, SLOT_9,