aboutsummaryrefslogtreecommitdiff
path: root/src/base64.cpp
diff options
context:
space:
mode:
authorMatthew I <matttpt@gmail.com>2012-09-08 14:44:26 -0400
committerPerttu Ahola <celeron55@gmail.com>2012-11-30 19:26:51 +0200
commit6c8fa83ecd3f40a8e2fec890caaaa955f9d4255c (patch)
tree6bf4d32fc0f9ad1d22ac1d76f5a447bf7d6c58e4 /src/base64.cpp
parentab45133ab4826359ca9a5ed50b68150eb462c8ef (diff)
downloadminetest-6c8fa83ecd3f40a8e2fec890caaaa955f9d4255c.tar.gz
minetest-6c8fa83ecd3f40a8e2fec890caaaa955f9d4255c.tar.bz2
minetest-6c8fa83ecd3f40a8e2fec890caaaa955f9d4255c.zip
Add shutdown hook interface to Lua API
Scripts can call minetest.register_on_shutdown() to register a shutdown hook. Document that minetest.register_on_shutdown() callbacks may not be run If the server crashes, it is unlikely that callbacks registered using minetest.register_on_shutdown() will be called.
Diffstat (limited to 'src/base64.cpp')
0 files changed, 0 insertions, 0 deletions
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 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 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208