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

Method endAnimation

src/Graphwar/Soldier.java:169–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 public void endAnimation()
170 {
171 animating = false;
172
173 nextAnimation = (long) (System.currentTimeMillis() + Math.abs(random.nextGaussian()*Constants.SOLDIER_ANIMATION_DELAY_STANDARD_DEVIATION + Constants.SOLDIER_ANIMATION_MEAN_VALUE));
174 }
175
176}

Callers 1

getSoldierImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected