We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104d28a commit c0696f3Copy full SHA for c0696f3
1 file changed
BehaviorLibrary/Components/Composites/ExclusiveSelector.cs
@@ -12,7 +12,7 @@ public class ExclusiveSelector : BehaviourComponent
12
/// Selects among the given behavior components (exclusive on running)
13
/// Performs an OR-Like behavior and will "fail-over" to each successive component until Success is reached or Failure is certain
14
/// -Returns Success if a behavior component returns Success
15
- /// -Returns Running if all behavior components return Running
+ /// -Returns Running if any behavior components return Running and none return Success
16
/// -Returns Failure if all behavior components returned Failure
17
/// </summary>
18
/// <param name="behaviours">one to many behavior components</param>
0 commit comments