MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ResumeError

Method ResumeError

src/script/squirrel.cpp:363–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void Squirrel::ResumeError()
364{
365 assert(!this->crashed);
366 ScriptAllocatorScope alloc_scope(this);
367 sq_resumeerror(this->vm);
368}
369
370void Squirrel::CollectGarbage()
371{

Callers 3

InitializeMethod · 0.80
GameLoopMethod · 0.80
SaveMethod · 0.80

Calls 1

sq_resumeerrorFunction · 0.85

Tested by

no test coverage detected