mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Sync classref with current source
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="EditorInterface" inherits="Node" category="Core" version="3.1">
|
||||
<class name="EditorInterface" inherits="Node" category="Core" version="3.1.1">
|
||||
<brief_description>
|
||||
Godot editor's interface.
|
||||
</brief_description>
|
||||
@@ -46,6 +46,12 @@
|
||||
Returns the editor [Viewport].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_inspector" qualifiers="const">
|
||||
<return type="EditorInspector">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_open_scenes" qualifiers="const">
|
||||
<return type="Array">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user