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

Method handleCallback

Engine/source/console/simEvents.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void SimConsoleThreadExecCallback::handleCallback(ConsoleValue ret)
112{
113 // can we move this pls?
114 retVal.setString(ret.getString());
115 sem->release();
116}
117
118ConsoleValue SimConsoleThreadExecCallback::waitForResult()
119{

Callers 1

processMethod · 0.45

Calls 3

setStringMethod · 0.45
getStringMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected