MCPcopy 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
235bool TSThread::isInTransition()
236{
237 return transitionData.inTransition;
238}
239
240void TSThread::animateTriggers()
241{

Callers 1

updateThreadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected