MCPcopy 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

InitializeMethod · 0.95
GameLoopMethod · 0.95
CollectGarbageMethod · 0.95
LoadOnStackMethod · 0.95
IsAliveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected