You've already forked godot
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:
committed by
Juan Pablo Arce
parent
aa8d9b83f6
commit
8ab27a7ccf
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user