|
@@ -3792,6 +3792,7 @@ void Node::_bind_methods() {
|
|
|
|
|
|
ClassDB::bind_method(D_METHOD("set_auto_translate_mode", "mode"), &Node::set_auto_translate_mode);
|
|
|
ClassDB::bind_method(D_METHOD("get_auto_translate_mode"), &Node::get_auto_translate_mode);
|
|
|
+ ClassDB::bind_method(D_METHOD("can_auto_translate"), &Node::can_auto_translate);
|
|
|
ClassDB::bind_method(D_METHOD("set_translation_domain_inherited"), &Node::set_translation_domain_inherited);
|
|
|
|
|
|
ClassDB::bind_method(D_METHOD("get_window"), &Node::get_window);
|