summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2024-02-15 17:16:39 +0300
committerDanil Alexeev <danil@alexeev.xyz>2024-02-15 17:53:24 +0300
commita2e3e31e8077090d557b6306383106580a29c2c6 (patch)
treedc505f86448b73a136fc1d2dd6c5f8d0defde65a /modules/gdscript/gdscript.h
parent907db8eebcecb97d527edcaff77a1c87a6c068f5 (diff)
downloadredot-engine-a2e3e31e8077090d557b6306383106580a29c2c6.tar.gz
GDScript: Fix extension comparison for exported scripts
Diffstat (limited to 'modules/gdscript/gdscript.h')
-rw-r--r--modules/gdscript/gdscript.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h
index 4ec97fa6b8..b3b7ac2c4c 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -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);