1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Fix generic arrays and dictionaries not calling set_typed

This commit is contained in:
Juan Pablo Arce
2024-10-06 22:58:23 -03:00
committed by Juan Pablo Arce
parent aa8d9b83f6
commit 8ab27a7ccf
11 changed files with 260 additions and 26 deletions

View File

@@ -68,6 +68,11 @@ public:
*/
String class_name;
/**
* Name of the native class this script derives from.
*/
StringName native_base_name;
/**
* Path to the icon that will be used for this class by the editor.
*/