godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.95k stars 3.22k forks source link

Inspector plugin documentation outdated #6025

Open alazifk opened 2 years ago

alazifk commented 2 years ago

Your Godot version: 4.0 Alpha 13 Issue description: can_handle_object and parse_property are now private. _parse_property signature has changed.

URL to the documentation page: https://docs.godotengine.org/en/latest/tutorials/plugins/editor/inspector_plugins.html?highlight=inspector%20plugin

[If you know how to fix the issue you are reporting please consider opening a pull request. We provide a tutorial on using git here: https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html, writing documentation at https://docs.godotengine.org/en/stable/community/contributing/docs_writing_guidelines.html and contributing to the class reference here: https://docs.godotengine.org/en/stable/community/contributing/updating_the_class_reference.html ](https://docs.godotengine.org/en/latest/tutorials/plugins/editor/inspector_plugins.html?highlight=inspector%20plugin)

ashfidable commented 1 year ago

This bugged me and my other dev friend a lot. Here's the image below of new _parse_property type hints: image