Change Node set_name to use StringName

This commit is contained in:
Aaron Franke
2023-04-28 15:59:00 -05:00
parent 730adf4801
commit a404b668a1
6 changed files with 69 additions and 17 deletions

View File

@@ -90,3 +90,10 @@ Validate extension JSON: API was removed: classes/RenderingServer/methods/instan
Validate extension JSON: API was removed: classes/RenderingServer/methods/instance_reset_physics_interpolation
Functionality moved out of server.
GH-76560
--------
Validate extension JSON: Error: Field 'classes/Node/methods/set_name/arguments/0': type changed value in new API, from "String" to "StringName".
Change Node `set_name` to use StringName to improve performance. Compatibility method registered.