naev 0.10.4
Data Fields
Escort_t Struct Reference

Stores an escort. More...

#include <pilot.h>

Data Fields

char * ship
 
EscortType_t type
 
unsigned int id
 
int persist
 

Detailed Description

Stores an escort.

Definition at line 199 of file pilot.h.

Field Documentation

◆ id

unsigned int Escort_t::id

ID of in-game pilot.

Definition at line 202 of file pilot.h.

◆ persist

int Escort_t::persist

True if escort should respawn on takeoff/landing

Definition at line 204 of file pilot.h.

◆ ship

char* Escort_t::ship

Type of the ship escort is flying.

Definition at line 200 of file pilot.h.

◆ type

EscortType_t Escort_t::type

Type of escort.

Definition at line 201 of file pilot.h.


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