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

Method IsUsingCMF

trinity/Resources/TriGrannyRes.cpp:1800–1807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1798}
1799
1800bool TriGrannyRes::IsUsingCMF() const
1801{
1802#if WITH_GRANNY != 1
1803 CCP_ASSERT_M( m_useCMF, "TriGrannyRes: Some place was about to take the granny code path, even though it's disabled! Make sure to use CMF!" );
1804 return true;
1805#endif
1806 return m_useCMF;
1807}
1808
1809const cmf::Data* TriGrannyRes::GetCMFData() const
1810{

Callers 10

DoSpawnMethod · 0.45
IsUsingCMFFunction · 0.45
InitializeMethod · 0.45
GetLocatorTransformMethod · 0.45
GetBoneCountMethod · 0.45
GetTurretLocatorCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected