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

Method Constructor

src/script/api/script_object.cpp:355–358  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

353}
354
355/* static */ SQInteger ScriptObject::Constructor(HSQUIRRELVM)
356{
357 throw Script_FatalError("This class is not instantiatable");
358}
359
360/* static */ SQInteger ScriptObject::_cloned(HSQUIRRELVM vm)
361{

Callers

nothing calls this directly

Calls 1

Script_FatalErrorClass · 0.85

Tested by

no test coverage detected