<aside> 📦 8BDT.acs
</aside>
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.
MAX_BUSTERTAKES
: int - Count of stored Buster Takes.busterTake
: string - The name of the buster actor to be taken<aside> âš¡ int findBusterTakeByBuster(str take)
</aside>
take
: String - the actor name of the buster takenEach of the following returns the value of their given property, given a table index.
<aside> âš¡
str getBusterTake(int idx)
</aside>
Each of the following changes the value of their given property, given a table index.
<aside> âš¡ void setBusterTake(int idx, str val)
</aside>