From 2acc1e30797fde204e2305cc40b7b9df3a15f247 Mon Sep 17 00:00:00 2001 From: Henrique Campos Date: Sat, 20 Jul 2019 10:53:56 -0300 Subject: Add description for EditorPlugin.enable/disable methods --- doc/classes/EditorPlugin.xml | 2 ++ 1 file changed, 2 insertions(+) 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 @@ + Called by Godot when the user disables the [EditorPlugin] in the Plugin tab of the project settings window @@ -182,6 +183,7 @@ + Called by Godot when the user enables the [EditorPlugin] in the Plugin tab of the project settings window -- cgit v1.2.3