Advertisement
Guest User

bt1::Status bt1::ConditionBaseWalkable<Subject>::update()

a guest
Apr 6th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. template<class Subject>
  2. bt1::Status bt1::ConditionBaseWalkable<Subject>::update()
  3. {
  4.     if (BB->IsBaseNodeAccessible(BB->GetGoalPosition()))
  5.     {
  6.         return bt1::BH_SUCCESS;
  7.     }
  8.     return bt1::BH_FAILURE;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement