Signals: Manually port most of remaining connect_compat uses
It's tedious work... Some can't be ported as they depend on private or protected methods of different classes, which is not supported by callable_mp (even if it's a class inherited by the current one).
This commit is contained in:
parent
01afc442c7
commit
f742dabafe
50 changed files with 187 additions and 244 deletions
|
|
@ -260,7 +260,7 @@ void TileSetEditor::drop_data_fw(const Point2 &p_point, const Variant &p_data, C
|
|||
void TileSetEditor::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method("_undo_redo_import_scene", &TileSetEditor::_undo_redo_import_scene);
|
||||
ClassDB::bind_method("_on_workspace_process", &TileSetEditor::_on_workspace_process);
|
||||
ClassDB::bind_method("_on_workspace_process", &TileSetEditor::_on_workspace_process); // Still used by some connect_compat.
|
||||
ClassDB::bind_method("_set_snap_step", &TileSetEditor::_set_snap_step);
|
||||
ClassDB::bind_method("_set_snap_off", &TileSetEditor::_set_snap_off);
|
||||
ClassDB::bind_method("_set_snap_sep", &TileSetEditor::_set_snap_sep);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue