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

Method GetProto

src/openrct2/scripting/ScriptEngine.h:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 }
337
338 [[nodiscard]] JSValue GetProto() const
339 {
340 return proto;
341 }
342
343 void RegisterDerived(JSContext* ctx, const ScBase& parent, std::span<const JSCFunctionListEntry> classFuncs)
344 {

Callers 9

RegisterDerivedMethod · 0.80
NewMethod · 0.80
NewMethod · 0.80
NewMethod · 0.80
NewMethod · 0.80
NewMethod · 0.80
NewMethod · 0.80
NewMethod · 0.80
NewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected