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

Function SendMarker

engine/Poseidon/Game/Chat.cpp:711–723  ·  view source on GitHub ↗

Sends a map marker on the given channel.

Source from the content-addressed store, hash-verified

709 {
710 WhatUnitsVehicle(units, veh);
711 }
712 }
713 break;
714 case CCGroup:
715 {
716 AIGroup* grp = unit->GetGroup();
717 if (grp)
718 {
719 WhatUnitsGroup(units, grp);
720 }
721 }
722 break;
723 case CCSide:
724 {
725 AIGroup* grp = unit->GetGroup();
726 if (!grp)

Callers 1

OnChildDestroyedMethod · 0.85

Calls 4

WhatUnitsFunction · 0.85
GetGameStateMethod · 0.45
SizeMethod · 0.45
MarkerCreateMethod · 0.45

Tested by

no test coverage detected