Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/misc/extension_api_validation/4.4-stable_4.5-stable/GH-76560.txt
46006 views
1
GH-76560
2
--------
3
Validate extension JSON: Error: Field 'classes/Node/methods/set_name/arguments/0': type changed value in new API, from "String" to "StringName".
4
5
Change Node `set_name` to use StringName to improve performance. Compatibility method registered.
6
7