doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-04-25 14:00:31 +02:00
parent fcbe50befa
commit a485d862f1
622 changed files with 840 additions and 630 deletions

View File

@@ -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>