| 110 | |
| 111 | |
| 112 | bool Tr2GStateAnimation::IsFullyLoaded() |
| 113 | { |
| 114 | return m_gStateRes && m_gStateRes->IsFullyLoaded() && m_grannyRes && m_grannyRes->IsGood() && m_modelInstance != nullptr; |
| 115 | } |
| 116 | |
| 117 | |
| 118 | Tr2GStateParameterPtr Tr2GStateAnimation::GetParameterObjectByName( const std::string nodeName, const std::string name ) |