DungeonCrawl
Loading...
Searching...
No Matches
potion_init_t Struct Reference

To get potion table from the database, we need to define a struct This struct is for the initialization of the potion table The values of the struct corresponds to the init_potion() method in. More...

#include <item_database.h>

Data Fields

int potion_type
char * name
int value

Detailed Description

To get potion table from the database, we need to define a struct This struct is for the initialization of the potion table The values of the struct corresponds to the init_potion() method in.

See also
{potion.h} &
{potion.c}

Definition at line 18 of file item_database.h.

Field Documentation

◆ name

char* potion_init_t::name

Definition at line 20 of file item_database.h.

◆ potion_type

int potion_init_t::potion_type

Definition at line 19 of file item_database.h.

◆ value

int potion_init_t::value

Definition at line 21 of file item_database.h.


The documentation for this struct was generated from the following file: