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

Function ShowGPS

engine/Poseidon/Game/Commands/GameStateExtUi.cpp:2191–2199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2189 DisplayMap* map = dynamic_cast<DisplayMap*>(GWorld->Map());
2190 if (map)
2191 {
2192 map->ShowWarrant(oper1);
2193 }
2194 return NOTHING;
2195}
2196
2197GameValue ShowGPS(const GameState* state, GameValuePar oper1)
2198{
2199 DisplayMap* map = dynamic_cast<DisplayMap*>(GWorld->Map());
2200 if (map)
2201 {
2202 map->ShowGPS(oper1);

Callers 3

DisplayMainMapMethod · 0.85
DisplayGetReadyMethod · 0.85
DisplayMapMethod · 0.85

Calls 2

ShowGPSMethod · 0.80
MapMethod · 0.45

Tested by

no test coverage detected