naev 0.12.6
OutfitMapData_t Struct Reference

Represents a map, is not actually stored on a ship but put into the nav system. More...

#include <mapData.h>

Collaboration diagram for OutfitMapData_t:

Data Fields

StarSystem ** systems
JumpPoint ** jumps
Spob ** spobs

Detailed Description

Represents a map, is not actually stored on a ship but put into the nav system.

Basically just marks an amount of systems when the player buys it as known.

Definition at line 14 of file mapData.h.

Field Documentation

◆ jumps

JumpPoint** OutfitMapData_t::jumps

jump points to mark as known.

Definition at line 16 of file mapData.h.

◆ spobs

Spob** OutfitMapData_t::spobs

spobs to mark as known.

Definition at line 17 of file mapData.h.

◆ systems

StarSystem** OutfitMapData_t::systems

systems to mark as known.

Definition at line 15 of file mapData.h.


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