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

Method GetGrannyModel

trinity/Tr2GrannyAnimation.cpp:1428–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1426
1427#if WITH_GRANNY
1428granny_model* Tr2GrannyAnimation::GetGrannyModel() const
1429{
1430 granny_file_info* fi = GetFileInfo();
1431 if( !fi )
1432 {
1433 return nullptr;
1434 }
1435
1436 return fi->Models[m_modelIndex];
1437}
1438#endif
1439
1440void Tr2GrannyAnimation::SetModel( const std::string& val )

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected