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

Function SendRadioChatWave

engine/Poseidon/Game/Chat.cpp:666–678  ·  view source on GitHub ↗

Sends a mission radio message (wave) on the given channel.

Source from the content-addressed store, hash-verified

664 if (veh)
665 {
666 WhatUnitsVehicle(units, veh);
667 }
668 }
669 break;
670 case CCGroup:
671 {
672 AIGroup* grp = dynamic_cast<AIGroup*>(object);
673 if (grp)
674 {
675 WhatUnitsGroup(units, grp);
676 }
677 }
678 break;
679 case CCSide:
680 {
681 AICenter* center = dynamic_cast<AICenter*>(object);

Callers 1

ProcessMenuMethod · 0.85

Calls 4

WhatUnitsFunction · 0.85
GetGameStateMethod · 0.45
SizeMethod · 0.45
RadioChatWaveMethod · 0.45

Tested by

no test coverage detected