MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / CreateChat

Method CreateChat

engine/Poseidon/World/WorldImpl.cpp:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 _options = CreateEndOptionsUI(mode);
284 }
285}
286void World::CreateChat()
287{
288 if (!_chat)
289 {
290 InputSubsystem::Instance().ChangeGameFocus(+1);
291 _chat = CreateChatUI();
292 }
293}
294void World::CreateVoiceChat(bool pushToTalk)
295{

Callers

nothing calls this directly

Calls 2

CreateChatUIFunction · 0.85
ChangeGameFocusMethod · 0.80

Tested by

no test coverage detected