| 229 | } |
| 230 | |
| 231 | String EditorExportPlugin::get_name() const { |
| 232 | String ret; |
| 233 | GDVIRTUAL_CALL(_get_name, ret); |
| 234 | return ret; |
| 235 | } |
| 236 | |
| 237 | bool EditorExportPlugin::supports_platform(const Ref<EditorExportPlatform> &p_export_platform) const { |
| 238 | bool ret = false; |
no outgoing calls
no test coverage detected