MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / addThread

Method addThread

Engine/source/gui/editor/guiShapeEdPreview.cpp:389–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void GuiShapeEdPreview::addThread()
390{
391 if ( mModel )
392 {
393 mThreads.increment();
394 if ( mActiveThread == -1 )
395 mActiveThread = 0;
396 }
397}
398
399void GuiShapeEdPreview::removeThread(S32 slot)
400{

Callers 2

setThreadSequenceMethod · 0.45

Calls 1

incrementMethod · 0.80

Tested by

no test coverage detected