| 57 | } |
| 58 | |
| 59 | ICryCharManager* CScriptObjectAnimation::getAnimationManager() |
| 60 | { |
| 61 | return m_pSystem->GetIAnimationSystem(); |
| 62 | } |
| 63 | |
| 64 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 65 |
nothing calls this directly
no test coverage detected