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

Method getPos

Engine/source/ts/tsThread.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323F32 TSThread::getPos()
324{
325 return transitionData.inTransition ? transitionData.pos : mSeqPos;
326}
327
328F32 TSThread::getTime()
329{

Callers 15

updateDamageStateMethod · 0.45
advanceThreadsMethod · 0.45
updateStateMethod · 0.45
deathDeltaMethod · 0.45
setActionThreadMethod · 0.45
updateActionThreadMethod · 0.45
onImageMethod · 0.45
packUpdateMethod · 0.45
updateJetMethod · 0.45
updateJetMethod · 0.45
getFieldThreadPosMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected