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

Function CreateChatUI

engine/Poseidon/Game/Chat.cpp:918–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918void DisplayChannel::ResetHUD()
919{
920 CStatic* text = dynamic_cast<CStatic*>(GetCtrl(IDC_CHANNEL));
921 if (text)
922 {
923 text->SetText(LocalizeString(IDS_CHANNEL_GLOBAL + _channel));
924 text->SetFtColor(GChatList.GetColor(_channel));

Callers 1

CreateChatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected