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

Method IsFullyLoaded

trinity/Tr2GStateAnimation.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

IsInitializedMethod · 0.45

Calls 1

IsGoodMethod · 0.45

Tested by

no test coverage detected