Module base_node

This module defines the base_node behaviour.
Required callback functions: tick/3.
Optional callback functions: open/3, close/3.

Function Index

execute/2执行行为树.
execute_child/3执行行为树节点.

Function Details

execute/2

execute(BB::blackboard(), State::term()) -> {BTStatus::bt_status(), UpBB::blackboard(), UpState::term()}

执行行为树

execute_child/3

execute_child(NodeID::node_id(), BB::blackboard(), State::term()) -> {BTStatus::bt_status(), UpBB::blackboard(), UpState::term()}

执行行为树节点


Generated by EDoc