Show built-in script names in the debugger

(cherry picked from commit 3b320cd9fe)
This commit is contained in:
kobewi
2021-11-11 19:50:27 +01:00
committed by Rémi Verschelde
parent f83b17e4eb
commit 175870ccc7
2 changed files with 12 additions and 3 deletions

View File

@@ -116,6 +116,7 @@ class GDScript : public Script {
GDScriptInstance *_create_instance(const Variant **p_args, int p_argcount, Object *p_owner, bool p_isref, Variant::CallError &r_error);
void _set_subclass_path(Ref<GDScript> &p_sc, const String &p_path);
String _get_debug_path() const;
#ifdef TOOLS_ENABLED
Set<PlaceHolderScriptInstance *> placeholders;