Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ IsDead
Method
IsDead
src/script/script_instance.hpp:158–158 ·
view source on GitHub ↗
* Return the "this script died" value */
Source
from the content-addressed store, hash-verified
156
* Return the
"this script died"
value
157
*/
158
inline bool IsDead() const { return this->is_dead; }
159
160
/**
161
* Return whether the script is alive.
Callers
5
Initialize
Method · 0.95
GameLoop
Method · 0.95
CollectGarbage
Method · 0.95
LoadOnStack
Method · 0.95
IsAlive
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected