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

Method getNumSoldiers

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

Source from the content-addressed store, hash-verified

113 }
114
115 public int getNumSoldiers()
116 {
117 return this.numSoldiers;
118 }
119
120 public Soldier[] getSoldiers()
121 {

Callers 12

drawSoldiersMethod · 0.95
drawPlayersNamesMethod · 0.95
checkGameFinishedMethod · 0.95
addSoldierMessageMethod · 0.95
removeSoldierMessageMethod · 0.95
removePlayerMessageMethod · 0.95
startGameMessageMethod · 0.95
evaluateFunctionMethod · 0.45
updatePlayerButtonsMethod · 0.45
processFunctionRangeMethod · 0.45
processRK4RangeMethod · 0.45
processRK42RangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected