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

Method GetSkeleton

trinity/Tr2SkinnedModel.cpp:264–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264TriGeometryResSkeletonData* Tr2SkinnedModel::GetSkeleton() const
265{
266 if( m_skeletonIx == NO_SKELETON )
267 {
268 return NULL;
269 }
270
271 return m_geometryRes->GetSkeletonData( m_skeletonIx );
272}
273
274void Tr2SkinnedModel::OnListModified( long event, ssize_t key, ssize_t key2, IRoot* value, const IList* theList )
275{

Callers 11

PrePhysicsUpdateMethod · 0.45
PostPhysicsUpdateMethod · 0.45
UpdateBonesMethod · 0.45
PrintAllBonesMethod · 0.45
GetDebugOptionsMethod · 0.45
RenderDebugInfoMethod · 0.45
SampleAnimationMethod · 0.45
ExtractTrackMaskMethod · 0.45
GetBatchesMethod · 0.45
GetTurretLocatorCountMethod · 0.45

Calls 1

GetSkeletonDataMethod · 0.80

Tested by

no test coverage detected