|
@@ -2530,7 +2530,7 @@ void EditorExportPlatform::_bind_methods() {
|
|
|
|
|
|
ClassDB::bind_method(D_METHOD("get_internal_export_files", "preset", "debug"), &EditorExportPlatform::get_internal_export_files);
|
|
ClassDB::bind_method(D_METHOD("get_internal_export_files", "preset", "debug"), &EditorExportPlatform::get_internal_export_files);
|
|
|
|
|
|
- ClassDB::bind_static_method("EditorExportPlatform", D_METHOD("get_forced_export_files", "preset"), &EditorExportPlatform::get_forced_export_files);
|
|
|
|
|
|
+ ClassDB::bind_static_method("EditorExportPlatform", D_METHOD("get_forced_export_files", "preset"), &EditorExportPlatform::get_forced_export_files, DEFVAL(Ref<EditorExportPreset>()));
|
|
|
|
|
|
BIND_ENUM_CONSTANT(EXPORT_MESSAGE_NONE);
|
|
BIND_ENUM_CONSTANT(EXPORT_MESSAGE_NONE);
|
|
BIND_ENUM_CONSTANT(EXPORT_MESSAGE_INFO);
|
|
BIND_ENUM_CONSTANT(EXPORT_MESSAGE_INFO);
|