<aside> 📦 8BDT.acs

</aside>

Usage


Stores information about all defined inventory to take when receiving a buster upgrade (Buster Takes). See more info about how to interact with this table at the tutorial for Buster Upgrades.

Static Variables

Fields

Utility Functions

<aside> âš¡ int findBusterTakeByBuster(str take)

</aside>

Getters

Each of the following returns the value of their given property, given a table index.

<aside> âš¡ str getBusterTake(int idx)

</aside>

Setters

Each of the following changes the value of their given property, given a table index.

<aside> âš¡ void setBusterTake(int idx, str val)

</aside>

See Also