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

Method OnSimulate

engine/Poseidon/Game/Chat.cpp:955–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953 SendChat(ActualChatChannel(), edit->GetText());
954 }
955 }
956 Display::OnButtonClicked(idc);
957 if (_exit >= 0 && !_destroyed)
958 {
959 if (CanDestroy())
960 {
961 Destroy();
962 }
963 else
964 {
965 _exit = -1;
966 }
967 }
968}
969

Callers 4

ProcessNetworkMethod · 0.45
SimulateScriptsMethod · 0.45
SimulateMethod · 0.45
CheckArcadeScriptedFunction · 0.45

Calls 2

GetActionToDoMethod · 0.80
SetVoiceChannelMethod · 0.45

Tested by

no test coverage detected