Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ RadioChatWave
Method
RadioChatWave
engine/Poseidon/Network/NetworkMisc.cpp:2184–2191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2182
}
2183
2184
bool NetworkManager::CanSelectMission() const
2185
{
2186
if (_client)
2187
{
2188
return _client->CanSelectMission();
2189
}
2190
return false;
2191
}
2192
2193
bool NetworkManager::CanVoteMission() const
2194
{
Callers
1
SendRadioChatWave
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected