MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsInitialized

Method IsInitialized

trinity/Tr2GStateAnimation.cpp:1355–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353
1354
1355bool 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

Callers

nothing calls this directly

Calls 1

IsFullyLoadedMethod · 0.45

Tested by

no test coverage detected