You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add inherit parameter to open_scene_from_path
This commit is contained in:
committed by
Robert Yevdokimov
parent
19e003bc08
commit
7f09804154
@@ -228,3 +228,11 @@ Validate extension JSON: Error: Field 'classes/NavigationServer3D/methods/map_ge
|
||||
|
||||
`query_path` and `map_get_path` methods changed to be non const due to internal compatibility and server changes.
|
||||
Added optional callback parameters to `query_path` functions. Compatibility methods registered.
|
||||
|
||||
|
||||
GH-90057
|
||||
--------
|
||||
Validate extension JSON: Error: Field 'classes/EditorInterface/methods/open_scene_from_path/arguments': size changed value in new API, from 1 to 2.
|
||||
|
||||
Added optional argument to open_scene_from_path to create a new inherited scene.
|
||||
Compatibility method registered.
|
||||
|
||||
Reference in New Issue
Block a user