Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
363
void Squirrel::ResumeError()
364
{
365
assert(!this->crashed);
366
ScriptAllocatorScope alloc_scope(this);
367
sq_resumeerror(this->vm);
368
}
369
370
void Squirrel::CollectGarbage()
371
{
Callers
3
Initialize
Method · 0.80
GameLoop
Method · 0.80
Save
Method · 0.80
Calls
1
sq_resumeerror
Function · 0.85
Tested by
no test coverage detected