MCPcopy Create free account
hub / github.com/Norbyte/bg3se / GetServer

Method GetServer

BG3Extender/Extender/Server/ServerNetworking.cpp:126–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126net::GameServer * NetworkManager::GetServer() const
127{
128 auto server = GetStaticSymbols().esv__EoCServer;
129 if (server != nullptr && *server != nullptr) {
130 return (*server)->GameServer;
131 } else {
132 return nullptr;
133 }
134}
135
136net::ExtenderMessage * NetworkManager::GetFreeMessage(UserId userId)
137{

Callers 15

OnGameStateChangedMethod · 0.80
DumpLuaBacktraceMethod · 0.80
ExtensionStateBaseMethod · 0.80
SubmitTaskAndWaitMethod · 0.80
ResetLuaMethod · 0.80
ResetLuaClientMethod · 0.80
ResetLuaServerMethod · 0.80
ProcessMsgMethod · 0.80
OnAfterOsirisLoadMethod · 0.80
MergeWrapperMethod · 0.80
ValidateParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected