MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / findSequence

Method findSequence

Engine/source/ts/tsShape.cpp:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263S32 TSShape::findSequence(S32 nameIndex) const
264{
265 for (S32 i=0; i<sequences.size(); i++)
266 if (sequences[i].nameIndex==nameIndex)
267 return i;
268 return -1;
269}
270
271bool TSShape::findMeshIndex(const String& meshName, S32& objIndex, S32& meshIndex)
272{

Callers 15

isAnimationLoopingMethod · 0.45
getAnimationDurationMethod · 0.45
playAnimationMethod · 0.45
onAddMethod · 0.45
setAnimClipMethod · 0.45
getAnimClipDurationMethod · 0.45
onNewDataBlockMethod · 0.45
isAnimationLoopingMethod · 0.45
getAnimationDurationMethod · 0.45
playAnimationMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected