From 91edd1c0b51305e089bc19ea55e8c50d60ec8b46 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sat, 3 Aug 2024 14:39:27 +0200 Subject: [PATCH] Documentation fixes --- doc_classes/BTInstance.xml | 6 +++--- doc_classes/BehaviorTree.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc_classes/BTInstance.xml b/doc_classes/BTInstance.xml index 4566c63..faf2a24 100644 --- a/doc_classes/BTInstance.xml +++ b/doc_classes/BTInstance.xml @@ -1,8 +1,10 @@ + Represents a runtime instance of a [BehaviorTree] resource. + Can be created using the [method BehaviorTree.instantiate] method. @@ -40,9 +42,7 @@ - Unregisters the behavior tree instance from the debugger. This is typically - not necessary, as the debugger will automatically unregister the instance - when it is freed. + Unregisters the behavior tree instance from the debugger. This is typically not necessary, as the debugger will automatically unregister the instance when it is freed. diff --git a/doc_classes/BehaviorTree.xml b/doc_classes/BehaviorTree.xml index 57b65b5..58a1fbf 100644 --- a/doc_classes/BehaviorTree.xml +++ b/doc_classes/BehaviorTree.xml @@ -56,7 +56,7 @@ Stores and manages variables that will be used in constructing new [Blackboard] instances. - User-provided description of the BehaviorTree. + User-provided description of the [BehaviorTree].