Click or drag to resize
TaskFindTasks Method
Searches for tasks which forfill the passed predicate.

Namespace: Slash.AI.BehaviorTrees.Implementations
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public virtual void FindTasks(
	TaskNode taskNode,
	Func<ITask, bool> predicate,
	ref ICollection<TaskNode> tasks
)

Parameters

taskNode
Type: Slash.AI.BehaviorTrees.TreeTaskNode
Task node of this task.
predicate
Type: SystemFuncITask, Boolean
Predicate to forfill.
tasks
Type: System.Collections.GenericICollectionTaskNode
List of tasks which forfill the passed predicate.

Implements

ITaskFindTasks(TaskNode, FuncITask, Boolean, ICollectionTaskNode)
See Also