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

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

#include <item_database.h>

Data Fields

char * name
gear_identifier_t gear_identifier
gear_slot_t slot
stats_t stats
defenses_t defenses
ability_names_t ability_names [MAX_ABILITY_PER_GEAR]
int num_abilities

Detailed Description

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

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

Definition at line 30 of file item_database.h.

Field Documentation

◆ ability_names

ability_names_t gear_init_t::ability_names[MAX_ABILITY_PER_GEAR]

Definition at line 36 of file item_database.h.

◆ defenses

defenses_t gear_init_t::defenses

Definition at line 35 of file item_database.h.

◆ gear_identifier

gear_identifier_t gear_init_t::gear_identifier

Definition at line 32 of file item_database.h.

◆ name

char* gear_init_t::name

Definition at line 31 of file item_database.h.

◆ num_abilities

int gear_init_t::num_abilities

Definition at line 37 of file item_database.h.

◆ slot

gear_slot_t gear_init_t::slot

Definition at line 33 of file item_database.h.

◆ stats

stats_t gear_init_t::stats

Definition at line 34 of file item_database.h.


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