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

Method get_export_plugins

editor/export/editor_export.cpp:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198Vector<Ref<EditorExportPlugin>> EditorExport::get_export_plugins() {
199 return export_plugins;
200}
201
202void EditorExport::_notification(int p_what) {
203 switch (p_what) {

Callers 15

_get_linker_flagsMethod · 0.80
_get_cpp_codeMethod · 0.80
create_presetMethod · 0.80
ExportNotifierMethod · 0.80
~ExportNotifierMethod · 0.80
export_project_filesMethod · 0.80
can_exportMethod · 0.80
_get_property_warningMethod · 0.80
_get_property_listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected