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

Method AddSocket

src/openrct2/scripting/ScriptEngine.cpp:2091–2094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2089
2090 #ifndef DISABLE_NETWORK
2091void ScriptEngine::AddSocket(const std::shared_ptr<SocketDataBase>& data)
2092{
2093 _sockets.push_back(data);
2094}
2095 #endif
2096
2097void ScriptEngine::UpdateSockets()

Callers 2

NewMethod · 0.80
NewMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected