Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- template<class Subject>
- bool BlackBoard<Subject>::IsBaseNodeAccessible(sf::Vector2f point)
- {
- if (gameWorld->graph->GetNodeFromPosition(point)->accessible == true)
- {
- return true;
- }
- else {
- return false;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment