Documentation: Add support for deprecated/experimental messages
This commit is contained in:
@ -48,11 +48,10 @@
|
||||
[b]Warning:[/b] The implementation of this method is currently disabled.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_editor_interface" qualifiers="const" is_deprecated="true">
|
||||
<method name="get_editor_interface" qualifiers="const" deprecated="[EditorInterface] is a global singleton and can be accessed directly by its name.">
|
||||
<return type="EditorInterface" />
|
||||
<description>
|
||||
Returns the [EditorInterface] singleton instance.
|
||||
[i]Deprecated.[/i] [EditorInterface] is a global singleton and can be accessed directly by its name.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_scene" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user