Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ setPriority
Method
setPriority
Engine/source/ts/tsThread.cpp:743–746 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
741
}
742
743
void TSShapeInstance::setPriority(TSThread * thread, F32 priority)
744
{
745
thread->priority = priority;
746
}
747
748
F32 TSShapeInstance::getPriority(TSThread * thread)
749
{
Callers
3
initWithDataBlock
Method · 0.45
initWithDataBlock
Method · 0.45
updateThreads
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected