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

Method handleCallback

Engine/source/console/simEvents.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void SimConsoleThreadExecCallback::handleCallback(ConsoleValueRef ret)
120{
121 retVal = ret;
122 sem->release();
123}
124
125ConsoleValueRef SimConsoleThreadExecCallback::waitForResult()
126{

Callers 1

processMethod · 0.45

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected