aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
diff options
context:
space:
mode:
authorMarcin <beyondlimits@10g.pl>2015-08-30 20:28:48 +0200
committerPerttu Ahola <celeron55@gmail.com>2015-09-01 20:29:03 +0300
commitfa30a14c5ce4cac402a6cecaee2e450969625f68 (patch)
tree0c1510980be0e6a581b79077d18e10a3037c6313 /src/guiFormSpecMenu.cpp
parent4124e360cb676f68ee0d20ff7f9282f8f80f44c7 (diff)
downloadminetest-fa30a14c5ce4cac402a6cecaee2e450969625f68.tar.gz
minetest-fa30a14c5ce4cac402a6cecaee2e450969625f68.tar.bz2
minetest-fa30a14c5ce4cac402a6cecaee2e450969625f68.zip
Make example config more readable
Diffstat (limited to 'src/guiFormSpecMenu.cpp')
0 files changed, 0 insertions, 0 deletions
id='n140' href='#n140'>140 141 142 143 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 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
-- lzb.lua
-- Enforced and/or automatic train override control, providing the on_train_approach callback

--[[
Documentation of train.lzb table
train.lzb = {
	trav = Current index that the traverser has advanced so far
	oncoming = table containing oncoming signals, in order of appearance on the path
		{
			pos = position of the point
			idx = where this is on the path
			spd = speed allowed to pass
			fun = function(pos, id, train, index, speed, lzbdata)