Home
last modified time | relevance | path

Searched refs:mStopAtWalls (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DNPCAnimationComponent.java47 private boolean mStopAtWalls; // Controls whether or not the character will go back field in NPCAnimationComponent
63 mStopAtWalls = true; in reset()
160 if (mStopAtWalls) { in shouldMove()
385 mStopAtWalls = stop; in setStopAtWalls()