aboutsummaryrefslogtreecommitdiff
path: root/lib/gmp/CMakeLists.txt
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2021-04-20 17:50:03 +0000
committerGitHub <noreply@github.com>2021-04-20 19:50:03 +0200
commit90a7bd6a0afb6509e96bcb373f95b448ee7f3b1d (patch)
treeb3243491bdddb11c2ac01a488ad700840f1b5e85 /lib/gmp/CMakeLists.txt
parent16e5b39e1dbe503684effb11f4b87a641c3e43e6 (diff)
downloadminetest-90a7bd6a0afb6509e96bcb373f95b448ee7f3b1d.tar.gz
minetest-90a7bd6a0afb6509e96bcb373f95b448ee7f3b1d.tar.bz2
minetest-90a7bd6a0afb6509e96bcb373f95b448ee7f3b1d.zip
Put torch/signlike node on floor if no paramtype2 (#11074)
Diffstat (limited to 'lib/gmp/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions
="hl opt">: bool luaentity_Add(u16 id, const char *name); void luaentity_Activate(u16 id, const std::string &staticdata, u32 dtime_s); void luaentity_Remove(u16 id); std::string luaentity_GetStaticdata(u16 id); void luaentity_GetProperties(u16 id, ObjectProperties *prop); void luaentity_Step(u16 id, float dtime); bool luaentity_Punch(u16 id, ServerActiveObject *puncher, float time_from_last_punch, const ToolCapabilities *toolcap, v3f dir, s16 damage); bool luaentity_on_death(u16 id, ServerActiveObject *killer); void luaentity_Rightclick(u16 id, ServerActiveObject *clicker); void luaentity_on_attach_child(u16 id, ServerActiveObject *child); void luaentity_on_detach_child(u16 id, ServerActiveObject *child); void luaentity_on_detach(u16 id, ServerActiveObject *parent); private: bool luaentity_run_simple_callback(u16 id, ServerActiveObject *sao, const char *field); };