naev 0.12.6
SlotProperty_t Struct Reference

Representation of a slot property. More...

Collaboration diagram for SlotProperty_t:

Data Fields

char * name
char * display
char * description
int required
int exclusive
int locked
int visible
glTextureicon

Detailed Description

Representation of a slot property.

Definition at line 25 of file slots.c.

Field Documentation

◆ description

char* SlotProperty_t::description

Description of the property.

Definition at line 28 of file slots.c.

◆ display

char* SlotProperty_t::display

Display name of the property.

Definition at line 27 of file slots.c.

◆ exclusive

int SlotProperty_t::exclusive

Exclusive slot property.

Definition at line 30 of file slots.c.

◆ icon

glTexture* SlotProperty_t::icon

Texture to use for the slot.

Definition at line 33 of file slots.c.

◆ locked

int SlotProperty_t::locked

Locked and not modifyable by the player.

Definition at line 31 of file slots.c.

◆ name

char* SlotProperty_t::name

Internal name of the property.

Definition at line 26 of file slots.c.

◆ required

int SlotProperty_t::required

Required slot property.

Definition at line 29 of file slots.c.

◆ visible

int SlotProperty_t::visible

Visible slot property.

Definition at line 32 of file slots.c.


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