MCPcopy 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
743void TSShapeInstance::setPriority(TSThread * thread, F32 priority)
744{
745 thread->priority = priority;
746}
747
748F32 TSShapeInstance::getPriority(TSThread * thread)
749{

Callers 3

initWithDataBlockMethod · 0.45
initWithDataBlockMethod · 0.45
updateThreadsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected