MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / _export_begin_script

Method _export_begin_script

editor/export/editor_export_plugin.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void EditorExportPlugin::_export_begin_script(const Vector<String> &p_features, bool p_debug, const String &p_path, int p_flags) {
184 GDVIRTUAL_CALL(_export_begin, p_features, p_debug, p_path, p_flags);
185}
186
187void EditorExportPlugin::_export_end_script() {
188 GDVIRTUAL_CALL(_export_end);

Callers 1

ExportNotifierMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected