MCPcopy 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
350void World::DestroyChat(int exitCode)
351{
352 if (_chat)
353 {
354 _chat.Free();
355 InputSubsystem::Instance().ChangeGameFocus(-1);
356 }
357}
358
359void World::DestroyVoiceChat(int exitCode)
360{

Callers 1

DestroyHUDMethod · 0.80

Calls 2

ChangeGameFocusMethod · 0.80
FreeMethod · 0.45

Tested by

no test coverage detected