You've already forked godot
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user