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

Method GetGrannyInfo

trinity/Resources/TriGeometryRes.cpp:282–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282granny_file_info* TriGeometryRes::GetGrannyInfo() const
283{
284 if( m_pGrannyFile )
285 {
286 return GrannyGetFileInfo( m_pGrannyFile );
287 }
288 else
289 {
290 return nullptr;
291 }
292}
293#endif
294
295unsigned int TriGeometryRes::GetAnimationCount() const

Callers 10

GetFileInfoMethod · 0.80
CreateBindingMethod · 0.80
GetFileInfoMethod · 0.80
GetDynamicBoundsMethod · 0.80
RenderDynamicBoundsMethod · 0.80
InitializeAnimationMethod · 0.80
PlayAnimationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected