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

Method isFunctionReversed

src/Graphwar/GameData.java:191–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 public boolean isFunctionReversed()
192 {
193 if(getCurrentTurnPlayer().getTeam() == Constants.TEAM2)
194 {
195 return true;
196 }
197
198 return false;
199 }
200
201 public Obstacle getObstacle()
202 {

Callers 4

paintCircleMethod · 0.80
drawFunctionMethod · 0.80
drawExplosionMethod · 0.80

Calls 2

getCurrentTurnPlayerMethod · 0.95
getTeamMethod · 0.45

Tested by

no test coverage detected