naev 0.11.5
SlotProperty_t Struct Reference

Representation of a slot property. More...

Data Fields

char * name
 
char * display
 
char * description
 
int required
 
int exclusive
 
int locked
 
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 32 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.


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