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

Method hasSequence

Engine/source/ts/tsShapeInstance.h:812–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810
811 TSShapeInstance * getShapeInstance() { return mShapeInstance; }
812 bool hasSequence() const { return sequence >= 0; }
813 U32 getSeqIndex() const { return sequence; }
814 const TSSequence* getSequence() const { return &(mShapeInstance->mShape->sequences[sequence]); }
815 const String& getSequenceName() const { return mShapeInstance->mShape->getSequenceName(sequence); }

Callers 4

updateAnimThreadMethod · 0.80
player.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected