bottleshopdata#
Variables#
int[] |
|
int[] |
|
int[] |
|
int[] |
|
int[] |
Functions#
Variable descriptions#
Which bottle type each index fills a bottle with.
What combo to display as a visual for each index.
What CSet to use for the combo for each index.
The price, in rupees (0-65535) to purchase each index.
The message string to display upon purchasing each index.
Function descriptions#
void GetName(char32[] str) 🔗 Source
Changed in version 2.55.17: The buffer is now resized to fit if it is too small (it used to be truncated, with an error).
Loads the name of the bottleshopdata into the provided string buffer.
If the buffer is too small, it is resized to fit.
void SetName(char32[] str) 🔗 Source
Sets the name of the bottleshopdata to the provided string.
Load with Game->LoadBottleShopData()