Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
Vector<Ref<EditorExportPlugin>> EditorExport::get_export_plugins() {
199
return export_plugins;
200
}
201
202
void EditorExport::_notification(int p_what) {
203
switch (p_what) {
Callers
15
_get_additional_plist_content
Method · 0.80
_get_linker_flags
Method · 0.80
_get_cpp_code
Method · 0.80
_export_additional_assets
Method · 0.80
_export_project_helper
Method · 0.80
create_preset
Method · 0.80
ExportNotifier
Method · 0.80
~ExportNotifier
Method · 0.80
export_project_files
Method · 0.80
can_export
Method · 0.80
_get_property_warning
Method · 0.80
_get_property_list
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected