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

Function UpdateWeaponsInBriefing

engine/Poseidon/UI/Map/UIMapDisplay.cpp:1063–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061 return false;
1062}
1063
1064void UpdateWeaponsInBriefing()
1065{
1066 DisplayMap* map = dynamic_cast<DisplayMap*>(GWorld->Map());
1067 if (map)
1068 {
1069 map->UpdateWeaponsInBriefing();
1070 }
1071}
1072
1073void DisplayMap::UpdateWeaponsInBriefing()

Callers 7

GetActionsMethod · 0.85
SimulateMethod · 0.85
DisplayGetReadyMethod · 0.85
ReloadBriefingContentMethod · 0.85
ResetHUDMethod · 0.85
OnSimulateMethod · 0.85
ProcessMethod · 0.85

Calls 2

MapMethod · 0.45

Tested by

no test coverage detected