-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
88 changed files
with
6,301 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Read the Docs configuration file for Sphinx projects | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the OS, Python version and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.12" | ||
# You can also specify other tool versions: | ||
# nodejs: "20" | ||
# rust: "1.70" | ||
# golang: "1.20" | ||
|
||
# Build documentation in the "docs/" directory with Sphinx | ||
sphinx: | ||
configuration: docs/src/conf.py | ||
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs | ||
# builder: "dirhtml" | ||
# Fail on all warnings to avoid broken references | ||
# fail_on_warning: true | ||
|
||
# Optionally build your docs in additional formats such as PDF and ePub | ||
# formats: | ||
# - epub | ||
|
||
# Optional but recommended, declare the Python requirements required | ||
# to build your documentation | ||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html | ||
# python: | ||
# install: | ||
# - requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line, and also | ||
# from the environment for the first two. | ||
SPHINXOPTS ?= | ||
SPHINXBUILD ?= sphinx-build | ||
SOURCEDIR = . | ||
BUILDDIR = _build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBAabb.xml. | ||
.. _class_BBAabb: | ||
|
||
BBAabb | ||
====== | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
AABB-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBArray.xml. | ||
.. _class_BBArray: | ||
|
||
BBArray | ||
======= | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
Array-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBBasis.xml. | ||
.. _class_BBBasis: | ||
|
||
BBBasis | ||
======= | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
Basis-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBBool.xml. | ||
.. _class_BBBool: | ||
|
||
BBBool | ||
====== | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
Bool-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBByteArray.xml. | ||
.. _class_BBByteArray: | ||
|
||
BBByteArray | ||
=========== | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
ByteArray-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBColor.xml. | ||
.. _class_BBColor: | ||
|
||
BBColor | ||
======= | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
Color-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBColorArray.xml. | ||
.. _class_BBColorArray: | ||
|
||
BBColorArray | ||
============ | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
ColorArray-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBDictionary.xml. | ||
.. _class_BBDictionary: | ||
|
||
BBDictionary | ||
============ | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
Dictionary-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBFloat.xml. | ||
.. _class_BBFloat: | ||
|
||
BBFloat | ||
======= | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
Float-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBFloatArray.xml. | ||
.. _class_BBFloatArray: | ||
|
||
BBFloatArray | ||
============ | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
FloatArray-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBInt.xml. | ||
.. _class_BBInt: | ||
|
||
BBInt | ||
===== | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
Integer-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBIntArray.xml. | ||
.. _class_BBIntArray: | ||
|
||
BBIntArray | ||
========== | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
IntArray-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
:github_url: hide | ||
|
||
.. DO NOT EDIT THIS FILE!!! | ||
.. Generated automatically from Godot engine sources. | ||
.. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py. | ||
.. XML source: https://github.com/godotengine/godot/tree/4.2/modules/limboai/doc_classes/BBNode.xml. | ||
.. _class_BBNode: | ||
|
||
BBNode | ||
====== | ||
|
||
**Inherits:** :ref:`BBParam<class_BBParam>` | ||
|
||
Node-type parameter for :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
.. rst-class:: classref-introduction-group | ||
|
||
Description | ||
----------- | ||
|
||
Node-type parameter intended for use with :ref:`BehaviorTree<class_BehaviorTree>` tasks. See :ref:`BBParam<class_BBParam>`. | ||
|
||
If the source is a blackboard variable, it allows any type extended from ``Object``. | ||
|
||
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` | ||
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` | ||
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` | ||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` | ||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` | ||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` | ||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)` |
Oops, something went wrong.