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

Method IsDeveloperOnly

src/script/script_info.hpp:130–130  ·  view source on GitHub ↗

* Can this script be selected by developers only? */

Source from the content-addressed store, hash-verified

128 * Can this script be selected by developers only?
129 */
130 virtual bool IsDeveloperOnly() const { return false; }
131
132protected:
133 class Squirrel *engine = nullptr; ///< Engine used to register for Squirrel.

Callers 1

script_scanner.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected