MCPcopy 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
774bool Squirrel::IsSuspended()
775{
776 return this->vm->_suspended != 0;
777}
778
779bool Squirrel::HasScriptCrashed()
780{

Callers 4

CallMethodMethod · 0.95
InsertResultMethod · 0.95
InitializeMethod · 0.80
GameLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected