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.