bottledata#

Variables#

int[]

Counter

int[]

Amount

bool[]

IsPercent

bool[]

Flags

int

NextType

Functions#

void

GetName(char32[] str)

void

SetName(char32[] str)

Variable descriptions#

int[] Counter 🔗 Source

The refill counters of this bottle type.


int[] Amount 🔗 Source

The amount to refill each counter (0-65535)


bool[] IsPercent 🔗 Source

Whether the given counter refill is a percentage of max, instead of a direct value.


bool[] Flags 🔗 Source

Valid indices: BottleFlag (BTF_).


int NextType 🔗 Source

What bottle type will remain in the bottle after drinking the current type.


Function descriptions#

void GetName(char32[] str) 🔗 Source

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


void SetName(char32[] str) 🔗 Source

Sets the name of the bottledata to the provided string.