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