Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ DestroyHUD
Method
DestroyHUD
engine/Poseidon/Game/Chat.cpp:912–916 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
910
911
DisplayChannel::DisplayChannel(ControlsContainer* parent) : Display(parent)
912
{
913
Load(
"RscDisplayChannel"
);
914
SetCursor(nullptr);
915
ResetHUD();
916
}
917
918
void DisplayChannel::ResetHUD()
919
{
Callers
1
CreateDedicatedServer
Function · 0.45
Calls
3
DestroyChat
Method · 0.80
BrowseReset
Method · 0.80
DestroyVoiceChat
Method · 0.80
Tested by
no test coverage detected