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

Method Squirrel

src/script/squirrel.cpp:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510Squirrel::Squirrel(std::string_view api_name) :
511 api_name(api_name), allocator(std::make_unique<ScriptAllocator>())
512{
513 this->Initialize();
514}
515
516void Squirrel::Initialize()
517{

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.95

Tested by

no test coverage detected