1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #88365 from dalexeev/gds-fix-gdc-export

GDScript: Fix extension comparison for exported scripts
This commit is contained in:
Rémi Verschelde
2024-02-15 17:35:58 +01:00
5 changed files with 29 additions and 12 deletions

View File

@@ -230,6 +230,8 @@ public:
static String debug_get_script_name(const Ref<Script> &p_script);
#endif
static bool is_equal_gdscript_paths(const String &p_path_a, const String &p_path_b);
_FORCE_INLINE_ StringName get_local_name() const { return local_name; }
void clear(GDScript::ClearData *p_clear_data = nullptr);