diff options
| author | Rémi Verschelde | 2016-07-25 08:58:58 +0200 |
|---|---|---|
| committer | GitHub | 2016-07-25 08:58:58 +0200 |
| commit | 29c1a6eb23d85acc3cf3ddff72a81ea418dc1cc0 (patch) | |
| tree | 4564dbbe9b0e52272b37a3875d9245fa35a5abf8 /doc/base/classes.xml | |
| parent | ab93fd1af9db397f54cc0103867aa9953572fb84 (diff) | |
| parent | 23a20791d1f0c0760c0e22d51c0450b58b0e05f1 (diff) | |
| download | godot-29c1a6eb23d85acc3cf3ddff72a81ea418dc1cc0.tar.gz godot-29c1a6eb23d85acc3cf3ddff72a81ea418dc1cc0.tar.zst godot-29c1a6eb23d85acc3cf3ddff72a81ea418dc1cc0.zip | |
Merge pull request #5898 from MarianoGnu/master
expose bottom panel button to EditorPlugin scripts
Diffstat (limited to 'doc/base/classes.xml')
| -rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 4c2a0fe7b..d70b11b5a 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -11281,7 +11281,7 @@ <argument index="1" name="title" type="String"> </argument> <description> - Add a control to the bottom panel (together with Output, Debug, Animation, etc). If your plugin is being removed, also make sure to remove your control by calling [method remove_control_from_bottom_panel]. + Add a control to the bottom panel (together with Output, Debug, Animation, etc). Returns a reference to the button added. It's up to you to hide/show the button when needed. If your plugin is being removed, also make sure to remove your control by calling [method remove_control_from_bottom_panel]. </description> </method> <method name="add_control_to_container"> |
