Searched refs:mQueuedCommands (Results 1 – 1 of 1) sorted by relevance
33 private int[] mQueuedCommands; field in NPCComponent78 mQueuedCommands = new int[COMMAND_QUEUE_SIZE]; in NPCComponent()456 result = mQueuedCommands[mQueueTop]; in nextCommand()464 result = mQueuedCommands[mQueueTop]; in advanceQueue()473 mQueuedCommands[mQueueBottom] = hotspot; in queueCommand()