naev 0.11.5
Escort_t Struct Reference

Stores an escort. More...

#include <pilot.h>

Data Fields

const Shipship
 
EscortType_t type
 
unsigned int id
 
int persist
 

Detailed Description

Stores an escort.

Definition at line 206 of file pilot.h.

Field Documentation

◆ id

unsigned int Escort_t::id

ID of in-game pilot.

Definition at line 209 of file pilot.h.

◆ persist

int Escort_t::persist

True if escort should respawn on takeoff/landing

Definition at line 211 of file pilot.h.

◆ ship

const Ship* Escort_t::ship

Type of the ship escort is flying.

Definition at line 207 of file pilot.h.

◆ type

EscortType_t Escort_t::type

Type of escort.

Definition at line 208 of file pilot.h.


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