summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHenrique Campos <henriquecampos@pigdev.studio>2019-07-20 10:53:56 -0300
committerHenrique Campos <henriquecampos@pigdev.studio>2019-07-20 10:53:56 -0300
commit2acc1e30797fde204e2305cc40b7b9df3a15f247 (patch)
tree5906329570d6741d0f368c335b7e23b5e12e7d68 /doc
parentc7b0eed75757ed662b724cda6a10616dedd1cc35 (diff)
Add description for EditorPlugin.enable/disable methods
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/EditorPlugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml
index cda9190030..f03f6f187a 100644
--- a/doc/classes/EditorPlugin.xml
+++ b/doc/classes/EditorPlugin.xml
@@ -167,6 +167,7 @@
<return type="void">
</return>
<description>
+ Called by Godot when the user disables the [EditorPlugin] in the Plugin tab of the project settings window
</description>
</method>
<method name="edit" qualifiers="virtual">
@@ -182,6 +183,7 @@
<return type="void">
</return>
<description>
+ Called by Godot when the user enables the [EditorPlugin] in the Plugin tab of the project settings window
</description>
</method>
<method name="forward_canvas_draw_over_viewport" qualifiers="virtual">