MCPcopy Create free account
hub / github.com/axmolengine/axmol / removeFrom

Method removeFrom

core/navmesh/NavMeshAgent.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void ax::NavMeshAgent::removeFrom(dtCrowd* crowed)
100{
101 crowed->removeAgent(_agentID);
102 _crowd = nullptr;
103 _agentID = -1;
104}
105
106void ax::NavMeshAgent::addTo(dtCrowd* crowed)
107{

Callers 2

removeNavMeshObstacleMethod · 0.45
removeNavMeshAgentMethod · 0.45

Calls 1

removeAgentMethod · 0.80

Tested by

no test coverage detected