naev 0.10.4
Data Fields
OutfitAfterburnerData Struct Reference

Represents an afterburner. More...

#include <outfit.h>

Data Fields

double rumble
 
int sound_on
 
int sound
 
int sound_off
 
double thrust
 
double speed
 
double energy
 
double mass_limit
 
double heatup
 
double heat
 
double heat_cap
 
double heat_base
 

Detailed Description

Represents an afterburner.

Definition at line 246 of file outfit.h.

Field Documentation

◆ energy

double OutfitAfterburnerData::energy

Energy usage while active

Definition at line 254 of file outfit.h.

◆ heat

double OutfitAfterburnerData::heat

Heat per second.

Definition at line 257 of file outfit.h.

◆ heat_base

double OutfitAfterburnerData::heat_base

Temperature at which the outfit BEGINS to overheat(K).

Definition at line 259 of file outfit.h.

◆ heat_cap

double OutfitAfterburnerData::heat_cap

Temperature at which the outfit overheats (K).

Definition at line 258 of file outfit.h.

◆ heatup

double OutfitAfterburnerData::heatup

How long it takes for the afterburner to overheat.

Definition at line 256 of file outfit.h.

◆ mass_limit

double OutfitAfterburnerData::mass_limit

Limit at which effectiveness starts to drop.

Definition at line 255 of file outfit.h.

◆ rumble

double OutfitAfterburnerData::rumble

Percent of rumble

Definition at line 248 of file outfit.h.

◆ sound

int OutfitAfterburnerData::sound

Sound of the afterburner being on

Definition at line 250 of file outfit.h.

◆ sound_off

int OutfitAfterburnerData::sound_off

Sound of the afterburner turning off

Definition at line 251 of file outfit.h.

◆ sound_on

int OutfitAfterburnerData::sound_on

Sound of the afterburner turning on

Definition at line 249 of file outfit.h.

◆ speed

double OutfitAfterburnerData::speed

Percent of speed to increase based on ship base.

Definition at line 253 of file outfit.h.

◆ thrust

double OutfitAfterburnerData::thrust

Percent of thrust increase based on ship base.

Definition at line 252 of file outfit.h.


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