naev 0.12.5
ShipOutfitSlot Struct Reference

Ship outfit slot. More...

#include <ship.h>

Collaboration diagram for ShipOutfitSlot:

Data Fields

OutfitSlot slot
char * name
int exclusive
int required
int locked
int visible
const Outfitdata
ShipMount mount

Detailed Description

Ship outfit slot.

Definition at line 71 of file ship.h.

Field Documentation

◆ data

const Outfit* ShipOutfitSlot::data

Outfit by default if applicable.

Definition at line 78 of file ship.h.

◆ exclusive

int ShipOutfitSlot::exclusive

Outfits must match property to fit.

Definition at line 74 of file ship.h.

◆ locked

int ShipOutfitSlot::locked

Outfit slot is locked.

Definition at line 76 of file ship.h.

◆ mount

ShipMount ShipOutfitSlot::mount

Mountpoint, only used for weapon slots.

Definition at line 79 of file ship.h.

◆ name

char* ShipOutfitSlot::name

Name of the slot if applicable.

Definition at line 73 of file ship.h.

◆ required

int ShipOutfitSlot::required

Outfit slot must be equipped for the ship to work.

Definition at line 75 of file ship.h.

◆ slot

OutfitSlot ShipOutfitSlot::slot

Outfit slot type.

Definition at line 72 of file ship.h.

◆ visible

int ShipOutfitSlot::visible

Outfit slot is always visible, even if locked.

Definition at line 77 of file ship.h.


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