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

Loads the name of the bottleshopdata into the provided string buffer.


void SetName(char32[] str) 🔗 Source

Sets the name of the bottleshopdata to the provided string.