예제 #1
0
파일: AgentManager.cpp 프로젝트: onze/Steel
 bool AgentManager::agentHasBTPath(AgentId aid)
 {
     Agent *agent = getAgent(aid);
     return nullptr == agent ? false : agent->hasBTPath();
 }