You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Consistently prefix bound virtual methods with _
This commit is contained in:
@@ -436,8 +436,8 @@ void TileSetEditor::_undo_redo_inspector_callback(Object *p_undo_redo, Object *p
|
||||
}
|
||||
|
||||
void TileSetEditor::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("can_drop_data_fw"), &TileSetEditor::can_drop_data_fw);
|
||||
ClassDB::bind_method(D_METHOD("drop_data_fw"), &TileSetEditor::drop_data_fw);
|
||||
ClassDB::bind_method(D_METHOD("_can_drop_data_fw"), &TileSetEditor::can_drop_data_fw);
|
||||
ClassDB::bind_method(D_METHOD("_drop_data_fw"), &TileSetEditor::drop_data_fw);
|
||||
}
|
||||
|
||||
TileDataEditor *TileSetEditor::get_tile_data_editor(String p_property) {
|
||||
|
||||
Reference in New Issue
Block a user