Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
JSValue ScObjectManager::New(JSContext* ctx)
37
{
38
return MakeWithOpaque(ctx, nullptr);
39
}
40
41
JSValue ScObjectManager::installedObjects_get(JSContext* ctx, JSValue thisVal)
42
{
Callers
2
installedObjects_get
Method · 0.45
getInstalledObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected