naev 0.12.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 299 of file outfit.h.

Field Documentation

◆ active

int OutfitModificationData::active

Outfit is active.

Definition at line 301 of file outfit.h.

◆ cooldown

double OutfitModificationData::cooldown

Time the active outfit stays off after its duration (in seconds).

Definition at line 303 of file outfit.h.

◆ duration

double OutfitModificationData::duration

Time the active outfit stays on (in seconds).

Definition at line 302 of file outfit.h.


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