aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_object.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2017-01-24 15:19:29 +0100
committersfan5 <sfan5@live.de>2017-01-24 15:19:29 +0100
commit0cde270bf59c151e9a2f668631cd11b0d03f35ae (patch)
tree01450353d8fff3cb79264d3d37572a594c3be8ad /src/script/lua_api/l_object.h
parent59fdf57134f62be8b8b4801c5f0fc4a2fca25f43 (diff)
downloadminetest-0cde270bf59c151e9a2f668631cd11b0d03f35ae.tar.gz
minetest-0cde270bf59c151e9a2f668631cd11b0d03f35ae.tar.bz2
minetest-0cde270bf59c151e9a2f668631cd11b0d03f35ae.zip
Initialize TileAnimationParams to prevent crashes/bugs for legacy invocations of add_particle{,spawner} (fixes #5108)
Diffstat (limited to 'src/script/lua_api/l_object.h')
0 files changed, 0 insertions, 0 deletions
ass="hl opt">.description or "" def.privs = def.privs or {} def.mod_origin = core.get_current_modname() or "??" core.registered_chatcommands[cmd] = def end function core.unregister_chatcommand(name) if core.registered_chatcommands[name] then core.registered_chatcommands[name] = nil else core.log("warning", "Not unregistering chatcommand " ..name.. " because it doesn't exist.") end end function core.override_chatcommand(name, redefinition) local chatcommand = core.registered_chatcommands[name]