MCPcopy Create free account
hub / github.com/DFHack/dfhack / resume_game

Method resume_game

library/RemoteClient.cpp:303–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303int RemoteClient::resume_game()
304{
305 if (!suspend_ready)
306 return -1;
307
308 if (resume_call(default_output()) == CR_OK)
309 return resume_call.out()->value();
310 else
311 return -1;
312}
313
314void RPCFunctionBase::reset(bool free)
315{

Callers 1

~RemoteSuspenderMethod · 0.80

Calls 1

outMethod · 0.45

Tested by

no test coverage detected