mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Provide ability to override _export_end() in cpp.
This commit is contained in:
@@ -222,6 +222,8 @@ void EditorExportPlugin::_export_file(const String &p_path, const String &p_type
|
||||
void EditorExportPlugin::_export_begin(const HashSet<String> &p_features, bool p_debug, const String &p_path, int p_flags) {
|
||||
}
|
||||
|
||||
void EditorExportPlugin::_export_end() {}
|
||||
|
||||
void EditorExportPlugin::skip() {
|
||||
skipped = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user