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

Function IsUsingCMF

trinity/Eve/Turret/EveTurretSet.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56namespace
57{
58bool IsUsingCMF( TriGeometryRes* geometryResource )
59{
60 // The only reason the null pointer check is here, is to be able to call IsUsingCMF.
61 // Do not rely on this function to test for geometryResource's existance in other places!
62 // This function will be removed in the future, alongside all granny code.
63 return !geometryResource || !geometryResource->IsGood() || geometryResource->IsUsingCMF();
64}
65}
66
67

Callers 15

HasMeshBindingMethod · 0.85
GetMeshBindingIndicesMethod · 0.85
GetBoneWorldTransformMethod · 0.85
RebuildCachedDataMethod · 0.85
GetDynamicBoundsMethod · 0.85
RenderBonesMethod · 0.85
RenderDynamicBoundsMethod · 0.85
GetSkeletonMethod · 0.85
ApplyBoneOffsetsMethod · 0.85

Calls 2

IsGoodMethod · 0.45
IsUsingCMFMethod · 0.45

Tested by

no test coverage detected