Expose Node.can_auto_translate()

This commit is contained in:
Haoyu Qiu
2025-06-10 12:05:33 +08:00
parent 1bbfe637c6
commit 4e20e33e21
4 changed files with 9 additions and 2 deletions

View File

@ -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);