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

Method getSoldiers

src/Graphwar/Player.java:120–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 }
119
120 public Soldier[] getSoldiers()
121 {
122 return this.soldiers;
123 }
124
125 public int getCurrentTurnSoldierIndex()
126 {

Callers 12

drawSoldiersMethod · 0.95
drawPlayersNamesMethod · 0.95
checkGameFinishedMethod · 0.95
removePlayerMessageMethod · 0.95
finishGameMessageMethod · 0.95
setAngleMessageMethod · 0.95
evaluateFunctionMethod · 0.80
processFunctionMethod · 0.80
processFunctionRangeMethod · 0.80
processRK4RangeMethod · 0.80
processRK42RangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected