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

Method IssueFire

engine/Poseidon/UI/InGame/InGameUI.cpp:2153–2161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2151 switch (dist)
2152 {
2153 case 0:
2154 distance = 50;
2155 break;
2156 case 1:
2157 distance = 100;
2158 break;
2159 case 2:
2160 distance = 200;
2161 break;
2162 case 3:
2163 distance = 500;
2164 break;

Callers

nothing calls this directly

Calls 4

IsEmptySelectedUnitsFunction · 0.85
ListSelectedUnitsFunction · 0.85
ClearSelectedUnitsFunction · 0.85
SendStateMethod · 0.80

Tested by

no test coverage detected