bottleshopdata#

Variables#

int[]

Fill

int[]

Combo

int[]

CSet

int[]

Price

int[]

InfoString

Functions#

void

GetName(char32[] str)

void

SetName(char32[] str)

Variable descriptions#

int[] Fill 🔗 Source

Which bottle type each index fills a bottle with.


int[] Combo 🔗 Source

What combo to display as a visual for each index.


int[] CSet 🔗 Source

What CSet to use for the combo for each index.


int[] Price 🔗 Source

The price, in rupees (0-65535) to purchase each index.


int[] InfoString 🔗 Source

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.