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

Method getCurrentTurnSoldier

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

Source from the content-addressed store, hash-verified

128 }
129
130 public Soldier getCurrentTurnSoldier()
131 {
132 return soldiers[currentTurnSoldier];
133 }
134
135 public int getID()
136 {

Callers 9

paintComponentMethod · 0.95
refreshFunctionMethod · 0.95
stopAngleMethod · 0.95
setAngleMethod · 0.95
getAngleMethod · 0.80
processFunctionMethod · 0.80
processFunctionRangeMethod · 0.80
processRK4RangeMethod · 0.80
processRK42RangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected