Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
430
void TSThread::setPos(F32 pos)
431
{
432
advancePos(pos-getPos());
433
}
434
435
void TSThread::setTime(F32 time)
436
{
Callers
15
update
Method · 0.80
update
Method · 0.80
updateDamageLevel
Method · 0.80
updateDamageState
Method · 0.80
updateThread
Method · 0.80
setImageState
Method · 0.80
updateAnimThread
Method · 0.80
onAdd
Method · 0.80
updateDamageLevel
Method · 0.80
updateLookAnimation
Method · 0.80
onImageAnimThreadChange
Method · 0.80
unpackUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected