mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Show built-in script names in the debugger
(cherry picked from commit 3b320cd9fe)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user