Show built-in script names in the debugger
This commit is contained in:
parent
86460db231
commit
3b320cd9fe
2 changed files with 13 additions and 4 deletions
|
|
@ -135,6 +135,7 @@ class GDScript : public Script {
|
|||
GDScriptInstance *_create_instance(const Variant **p_args, int p_argcount, Object *p_owner, bool p_is_ref_counted, Callable::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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue