From 705f4d7415dd564813f04b11db79fcb5a516b54b Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 14 Mar 2024 16:10:40 +0100 Subject: [PATCH] Doc: Update custom-tasks.rst Mention extending different base types. --- doc/source/getting-started/custom-tasks.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/getting-started/custom-tasks.rst b/doc/source/getting-started/custom-tasks.rst index ba3a9c6..75d2fae 100644 --- a/doc/source/getting-started/custom-tasks.rst +++ b/doc/source/getting-started/custom-tasks.rst @@ -13,6 +13,10 @@ Therefore, if you create a subdirectory named “motion_and_physics,” your custom tasks in that directory will automatically be categorized under “Motion And Physics.” +When creating custom tasks, **extend one of the following** base classes: +:ref:`BTAction`, :ref:`BTCondition`, :ref:`BTDecorator`, :ref:`BTComposite`. +More on task types you can read in the :ref:`introduction`. + **🛈 Note:** To help you write new tasks, you can add a script template to your project using “Misc → Create script template” menu option.