godot/tests/core/object
Markus Sauermann c4705a590b Fix Object::notification order
Previously the `p_reversed` parameter didn't influence the order
in a correct way.
Also script overridden _notification functions were not called in
the correct order.

To fix this some `notification` functions had to add a `p_reversed`
parameter.

This made it necessary to adjust cpp-bindings.

Co-authored-by: David Snopek <dsnopek@gmail.com>
2023-08-30 00:15:55 +02:00
..
test_class_db.h Make EditorInterface accessible as a singleton 2023-08-09 16:01:31 +02:00
test_method_bind.h
test_object.h Fix Object::notification order 2023-08-30 00:15:55 +02:00