naev 0.12.5
Escort_t Struct Reference

Stores an escort. More...

#include <pilot.h>

Collaboration diagram for Escort_t:

Data Fields

const Shipship
EscortType_t type
unsigned int id
int persist

Detailed Description

Stores an escort.

Definition at line 252 of file pilot.h.

Field Documentation

◆ id

unsigned int Escort_t::id

ID of in-game pilot.

Definition at line 255 of file pilot.h.

◆ persist

int Escort_t::persist

True if escort should respawn on takeoff/landing

Definition at line 257 of file pilot.h.

◆ ship

const Ship* Escort_t::ship

Type of the ship escort is flying.

Definition at line 253 of file pilot.h.

◆ type

EscortType_t Escort_t::type

Type of escort.

Definition at line 254 of file pilot.h.


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