![]() |
naev 0.12.5
|
#include <equipment.h>

Data Fields | |
| PlayerShip_t * | selected |
| Outfit * | outfit |
| int | slot |
| int | mouseover |
| double | altx |
| double | alty |
| int | canmodify |
| int | weapons |
Custom slot widget.
Definition at line 13 of file equipment.h.
| double CstSlotWidget::altx |
Alt X text position.
Definition at line 18 of file equipment.h.
| double CstSlotWidget::alty |
Alt Y text position.
Definition at line 19 of file equipment.h.
| int CstSlotWidget::canmodify |
Whether or not it can modify stuff.
Definition at line 20 of file equipment.h.
| int CstSlotWidget::mouseover |
Mouse over slot.
Definition at line 17 of file equipment.h.
| Outfit* CstSlotWidget::outfit |
Selected outfit.
Definition at line 15 of file equipment.h.
| PlayerShip_t* CstSlotWidget::selected |
Selected pilot ship.
Definition at line 14 of file equipment.h.
| int CstSlotWidget::slot |
Selected equipment slot.
Definition at line 16 of file equipment.h.
| int CstSlotWidget::weapons |
Hack to render colours for currently selected weapon set.
Definition at line 22 of file equipment.h.