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

Method _execLater

Engine/source/console/console.cpp:2618–2623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2616}
2617
2618ConsoleValue _BaseEngineConsoleCallbackHelper::_execLater(SimConsoleThreadExecEvent *evt)
2619{
2620 mArgc = mInitialArgc; // reset args
2621 Sim::postEvent((SimObject*)Sim::getRootGroup(), evt, Sim::getCurrentTime());
2622 return std::move(evt->getCB().waitForResult());
2623}
2624
2625//------------------------------------------------------------------------------
2626

Callers

nothing calls this directly

Calls 4

getRootGroupFunction · 0.85
waitForResultMethod · 0.80
postEventFunction · 0.70
getCurrentTimeFunction · 0.70

Tested by

no test coverage detected