aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/ks/signal_ks_export.blend
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2019-10-21 16:36:35 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2019-10-21 16:36:35 +0200
commit7977776b4a8067ea513d95ab2b0d699456596209 (patch)
tree221564975cee9195d206d023cb845217ec938880 /assets/blender/ks/signal_ks_export.blend
parent2d8c13885aa33a0f5eb43b16a1131f187fad75e7 (diff)
downloadadvtrains-7977776b4a8067ea513d95ab2b0d699456596209.tar.gz
advtrains-7977776b4a8067ea513d95ab2b0d699456596209.tar.bz2
advtrains-7977776b4a8067ea513d95ab2b0d699456596209.zip
Changes for linetrack
Allows defining a suitable substrate for tracks, and liquid pointable tracks
Diffstat (limited to 'assets/blender/ks/signal_ks_export.blend')
0 files changed, 0 insertions, 0 deletions
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
/*
Minetest
Copyright (C) 2013 sapier

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 "lua_api/l_base.h"

class AsyncEngine;

/** Implementation of lua api support for mainmenu */
class ModApiMainMenu: public ModApiBase
{

private:
	/**
	 * read a text variable from gamedata table within lua stack
	 * @param L stack to read variable from