Searched refs:coinCount (Results 1 – 4 of 4) sorted by relevance
62 public int coinCount; field in InventoryComponent.UpdateRecord71 coinCount = 0; in reset()77 coinCount += other.coinCount; in add()
225 mCoinDigitsChanged = (mCoinCount != newInventory.coinCount); in updateInventory()228 mCoinCount = newInventory.coinCount; in updateInventory()
230 if (inventory.coinCount >= mDifficultyConstants.getCoinsPerPowerup()) { in update()231 inventory.coinCount = 0; in update()
4350 addCoin.coinCount = 1;