1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Remove Inspector tooltip hack that never actually worked

This commit is contained in:
Yuri Sizov
2022-08-26 17:12:46 +03:00
parent 320fe64d8c
commit 72d1156286
4 changed files with 0 additions and 32 deletions

View File

@@ -38,12 +38,6 @@
Gets the edited property. If your editor is for a single property (added via [method EditorInspectorPlugin.parse_property]), then this will return the property.
</description>
</method>
<method name="get_tooltip_text" qualifiers="const">
<return type="String" />
<description>
Must be implemented to provide a custom tooltip to the property editor.
</description>
</method>
<method name="set_bottom_editor">
<return type="void" />
<argument index="0" name="editor" type="Control" />