Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ IsSuspended
Method
IsSuspended
src/script/squirrel.cpp:774–777 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
772
}
773
774
bool Squirrel::IsSuspended()
775
{
776
return this->vm->_suspended != 0;
777
}
778
779
bool Squirrel::HasScriptCrashed()
780
{
Callers
4
CallMethod
Method · 0.95
InsertResult
Method · 0.95
Initialize
Method · 0.80
GameLoop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected