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

Method InShutdown

src/script/script_instance.hpp:250–250  ·  view source on GitHub ↗

* Indicate whether this instance is currently being destroyed. */

Source from the content-addressed store, hash-verified

248 * Indicate whether this instance is currently being destroyed.
249 */
250 inline bool InShutdown() const { return this->in_shutdown; }
251
252 /**
253 * Decrease the ref count of a squirrel object.

Callers 1

~ScriptPriorityQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected