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

Method pushFixScope

Engine/source/console/compiler.h:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 inline void pushFixScope(bool isLoop)
411 {
412 mFixStack.push_back(mFixList.size());
413 mFixLoopStack.push_back(isLoop);
414 }
415
416 inline void popFixScope()
417 {

Callers 1

compileStmtMethod · 0.80

Calls 2

push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected