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

Method Destroy

engine/Poseidon/Game/Chat.cpp:906–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904 DisplayChannel::_channel--;
905 if (DisplayChannel::_channel < 0)
906 {
907 DisplayChannel::_channel = CCN - 1;
908 }
909}
910
911DisplayChannel::DisplayChannel(ControlsContainer* parent) : Display(parent)
912{
913 Load("RscDisplayChannel");

Callers

nothing calls this directly

Calls 1

SetVoiceChannelMethod · 0.45

Tested by

no test coverage detected