mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -40,35 +40,35 @@ Methods
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_EditorInspectorPlugin_add_custom_control:
|
||||
.. _class_EditorInspectorPlugin_add_custom_control:
|
||||
|
||||
- void **add_custom_control** **(** :ref:`Control<class_Control>` control **)**
|
||||
|
||||
.. _class_EditorInspectorPlugin_add_property_editor:
|
||||
.. _class_EditorInspectorPlugin_add_property_editor:
|
||||
|
||||
- void **add_property_editor** **(** :ref:`String<class_String>` property, :ref:`Control<class_Control>` editor **)**
|
||||
|
||||
.. _class_EditorInspectorPlugin_add_property_editor_for_multiple_properties:
|
||||
.. _class_EditorInspectorPlugin_add_property_editor_for_multiple_properties:
|
||||
|
||||
- void **add_property_editor_for_multiple_properties** **(** :ref:`String<class_String>` label, :ref:`PoolStringArray<class_PoolStringArray>` properties, :ref:`Control<class_Control>` editor **)**
|
||||
|
||||
.. _class_EditorInspectorPlugin_can_handle:
|
||||
.. _class_EditorInspectorPlugin_can_handle:
|
||||
|
||||
- :ref:`bool<class_bool>` **can_handle** **(** :ref:`Object<class_Object>` object **)** virtual
|
||||
|
||||
.. _class_EditorInspectorPlugin_parse_begin:
|
||||
.. _class_EditorInspectorPlugin_parse_begin:
|
||||
|
||||
- void **parse_begin** **(** :ref:`Object<class_Object>` object **)** virtual
|
||||
|
||||
.. _class_EditorInspectorPlugin_parse_category:
|
||||
.. _class_EditorInspectorPlugin_parse_category:
|
||||
|
||||
- void **parse_category** **(** :ref:`Object<class_Object>` object, :ref:`String<class_String>` category **)** virtual
|
||||
|
||||
.. _class_EditorInspectorPlugin_parse_end:
|
||||
.. _class_EditorInspectorPlugin_parse_end:
|
||||
|
||||
- void **parse_end** **(** **)** virtual
|
||||
|
||||
.. _class_EditorInspectorPlugin_parse_property:
|
||||
.. _class_EditorInspectorPlugin_parse_property:
|
||||
|
||||
- :ref:`bool<class_bool>` **parse_property** **(** :ref:`Object<class_Object>` object, :ref:`int<class_int>` type, :ref:`String<class_String>` path, :ref:`int<class_int>` hint, :ref:`String<class_String>` hint_text, :ref:`int<class_int>` usage **)** virtual
|
||||
|
||||
|
||||
Reference in New Issue
Block a user