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

Method setPos

Engine/source/ts/tsThread.cpp:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void TSThread::setPos(F32 pos)
431{
432 advancePos(pos-getPos());
433}
434
435void TSThread::setTime(F32 time)
436{

Callers 15

updateMethod · 0.80
updateMethod · 0.80
updateDamageLevelMethod · 0.80
updateDamageStateMethod · 0.80
updateThreadMethod · 0.80
setImageStateMethod · 0.80
updateAnimThreadMethod · 0.80
onAddMethod · 0.80
updateDamageLevelMethod · 0.80
updateLookAnimationMethod · 0.80
unpackUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected