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

Method getEditableAgentAnim

3rdparty/recast/DetourCrowd.cpp:501–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501dtCrowdAgentAnimation* dtCrowd::getEditableAgentAnim(const int idx)
502{
503 if (idx < 0 || idx >= m_maxAgents)
504 return 0;
505 return &m_agentAnims[idx];
506}
507
508void dtCrowd::updateAgentParameters(const int idx, const dtCrowdAgentParams* params)
509{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected