]> git.lizzy.rs Git - minetest.git/blobdiff - src/script/cpp_api/s_node.h
Handle LuaErrors in Lua -> C++ calls on LuaJIT
[minetest.git] / src / script / cpp_api / s_node.h
index a8c9b3a79ae607fb29dc96cf7b8eee5fbbbf179d..517b4b04e651e479ad9148681dddb15c16c7cf81 100644 (file)
@@ -49,6 +49,8 @@ class ScriptApiNode
                        const std::string &formname,
                        const std::map<std::string, std::string> &fields,
                        ServerActiveObject *sender);
+       void node_falling_update(v3s16 p);
+       void node_falling_update_single(v3s16 p);
 public:
        static struct EnumString es_DrawType[];
        static struct EnumString es_ContentParamType[];