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

Method inLoop

Engine/source/console/compiler.h:419–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417 }
418
419 inline bool inLoop()
420 {
421 for (U32 i = 0; i<mFixLoopStack.size(); i++)
422 {
423 if (mFixLoopStack[i])
424 return true;
425 }
426 return false;
427 }
428
429 inline U32 emitFix(FixType type)
430 {

Callers 1

compileStmtMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected