MCPcopy Create free account
hub / github.com/catabriga/graphwar / getSoldierHit

Method getSoldierHit

src/Graphwar/Function.java:98–101  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

96 }
97
98 public int getSoldierHit(int index)
99 {
100 return soldiersHit[index];
101 }
102
103 public int getSoldierHitPosition(int index)
104 {

Callers 2

evaluateFunctionMethod · 0.95
processFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected