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

Method completeOffMeshLink

core/navmesh/NavMeshAgent.cpp:265–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void ax::NavMeshAgent::completeOffMeshLink()
266{
267 if (_crowd && isOnOffMeshLink())
268 {
269 _state = DT_CROWDAGENT_STATE_WALKING;
270 _needUpdateAgent = true;
271 }
272}
273
274void NavMeshAgent::setAutoTraverseOffMeshLink(bool isAuto)
275{

Callers 2

moveAgentsMethod · 0.80

Calls

no outgoing calls

Tested by 1

moveAgentsMethod · 0.64