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

Method IsUsingCMF

trinity/Tr2GrannyAnimationLayer.cpp:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool Tr2GrannyAnimationLayer::IsUsingCMF() const
77{
78#if WITH_GRANNY != 1
79 CCP_ASSERT_M( m_useCMF, "Tr2GrannyAnimationLayer: Some place was about to take the granny code path, even though it's disabled! Make sure to use CMF!" );
80 return true;
81#endif
82 return m_useCMF;
83}
84
85void Tr2GrannyAnimationLayer::InitializeAnimationLayer( const Tr2GrannyAnimation* grannyAnimation )
86{

Callers 7

ConsumeAnimationQueueMethod · 0.45
PlayAnimationMethod · 0.45
AddBoneMethod · 0.45
AddAllBonesMethod · 0.45
ExtractTrackMaskMethod · 0.45
RemoveBoneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected