Add fully_qualified_name for GDScript class
This commit is contained in:
parent
dc0f43a1c2
commit
d6f10cd08e
2 changed files with 5 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ class GDScript : public Script {
|
|||
String source;
|
||||
String path;
|
||||
String name;
|
||||
String fully_qualified_name;
|
||||
SelfList<GDScript> script_list;
|
||||
|
||||
GDScriptInstance *_create_instance(const Variant **p_args, int p_argcount, Object *p_owner, bool p_isref, Variant::CallError &r_error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue