Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ CanSendExtenderMessages
Method
CanSendExtenderMessages
BG3Extender/Extender/Client/ClientNetworking.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
bool NetworkManager::CanSendExtenderMessages() const
68
{
69
return extenderSupport_;
70
}
71
72
void NetworkManager::AllowExtenderMessages()
73
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected