MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / New

Method New

src/openrct2/scripting/bindings/object/ScObjectManager.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36JSValue ScObjectManager::New(JSContext* ctx)
37{
38 return MakeWithOpaque(ctx, nullptr);
39}
40
41JSValue ScObjectManager::installedObjects_get(JSContext* ctx, JSValue thisVal)
42{

Callers 2

installedObjects_getMethod · 0.45
getInstalledObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected