| 1353 | |
| 1354 | |
| 1355 | bool Tr2GStateAnimation::IsInitialized() const |
| 1356 | { |
| 1357 | return ( m_modelInstance != nullptr ) && ( m_gStateRes != nullptr ) && m_gStateRes->IsFullyLoaded() && m_gStateCharacterInstance && m_gstate_pose_cache && m_animationBound; |
| 1358 | } |
| 1359 | |
| 1360 | |
| 1361 |
nothing calls this directly
no test coverage detected