Searched defs:flying (Results 1 - 3 of 3) sorted by last modified time

/external/replicaisland/src/com/replica/replicaisland/
H A DNPCAnimationComponent.java380 public void setFlying(boolean flying) { argument
381 mFlying = flying;
H A DNPCComponent.java500 public void setFlying(boolean flying) { argument
501 mFlying = flying;
H A DPatrolComponent.java193 // A non-flying unit is in the air. In this case, just watch for bounces off walls.
275 public void setFlying(boolean flying) { argument
276 mFlying = flying;

Completed in 114 milliseconds