mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Don't update script documentation when exporting
This commit is contained in:
@@ -6007,6 +6007,11 @@ bool EditorNode::immediate_confirmation_dialog(const String &p_text, const Strin
|
||||
return singleton->immediate_dialog_confirmed;
|
||||
}
|
||||
|
||||
bool EditorNode::is_cmdline_mode() {
|
||||
ERR_FAIL_NULL_V(singleton, false);
|
||||
return singleton->cmdline_mode;
|
||||
}
|
||||
|
||||
void EditorNode::cleanup() {
|
||||
_init_callbacks.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user