Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isInTransition
Method
isInTransition
Engine/source/ts/tsThread.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
bool TSThread::isInTransition()
236
{
237
return transitionData.inTransition;
238
}
239
240
void TSThread::animateTriggers()
241
{
Callers
1
updateThreads
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected