You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Add fully_qualified_name for GDScript class
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user