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

Method HasScriptCrashed

src/script/squirrel.cpp:779–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779bool Squirrel::HasScriptCrashed()
780{
781 return this->crashed;
782}
783
784void Squirrel::CrashOccurred()
785{

Callers 2

GameLoopMethod · 0.80
SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected