naev 0.11.5
OutfitModificationData Struct Reference

Represents a ship modification. More...

#include <outfit.h>

Data Fields

int active
 
double duration
 
double cooldown
 

Detailed Description

Represents a ship modification.

These modify the ship's basic properties when equipped on a pilot.

Definition at line 259 of file outfit.h.

Field Documentation

◆ active

int OutfitModificationData::active

Outfit is active.

Definition at line 261 of file outfit.h.

◆ cooldown

double OutfitModificationData::cooldown

Time the active outfit stays off after it's duration (in seconds).

Definition at line 263 of file outfit.h.

◆ duration

double OutfitModificationData::duration

Time the active outfit stays on (in seconds).

Definition at line 262 of file outfit.h.


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