Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ DestroyChat
Method
DestroyChat
engine/Poseidon/World/WorldImpl.cpp:350–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
348
}
349
350
void World::DestroyChat(int exitCode)
351
{
352
if (_chat)
353
{
354
_chat.Free();
355
InputSubsystem::Instance().ChangeGameFocus(-1);
356
}
357
}
358
359
void World::DestroyVoiceChat(int exitCode)
360
{
Callers
1
DestroyHUD
Method · 0.80
Calls
2
ChangeGameFocus
Method · 0.80
Free
Method · 0.45
Tested by
no test coverage detected