Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: robot.chestCount() #964

Closed
GoneNomad opened this issue Mar 19, 2015 · 1 comment
Closed

Suggestion: robot.chestCount() #964

GoneNomad opened this issue Mar 19, 2015 · 1 comment

Comments

@GoneNomad
Copy link

Have a situation where I want the program to confirm 2 or more Inventory Upgrades are installed.

robot.chestCount(): number
Returns the number (0-4) of usable InventoryUpgrades currently available.

@fnuecke
Copy link
Member

fnuecke commented Mar 19, 2015

Use robot.inventorySize().

If you need the actual number of inventory upgrades, since AFAIK there are none except the OC built-in ones you could do function chestCount() return robot.inventorySize() / 16 end.

Sorry, something went wrong.

@fnuecke fnuecke closed this as completed Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants