A (mostly) copy & paste repo of BehaviorTree.CPP
Refer to BehaviorTree.CPP docs
git clone https://github.com/imere/BehaviorTree.TS.gitimport from src
- run
yarn build - import from
dist
- <root BTCPP_format=
+ <root BTTS_format=
# Only support JavaScript code
- <Script code=" value:=1 " />
+ <Script code=" value=1 " />
# Experimental syntax for entries in the root blackboard
- <Script code=" @value=1 " />
+ <Script code=" _B_value=1 " />Same as BehaviorTree.CPP