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

Method inLoop

Engine/source/console/compiler.h:386–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 }
385
386 inline bool inLoop()
387 {
388 for (U32 i=0; i<mFixLoopStack.size(); i++)
389 {
390 if (mFixLoopStack[i])
391 return true;
392 }
393 return false;
394 }
395
396 inline U32 emitFix(FixType type)
397 {

Callers 1

compileStmtMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected