![]() |
naev 0.12.6
|
Describes a safe lane, patrolled by a faction, within a system. More...
#include <safelanes.h>
Data Fields | |
| int | faction |
| SafeLaneLocType | point_type [2] |
| int | point_id [2] |
| double | map_alpha |
Describes a safe lane, patrolled by a faction, within a system.
Definition at line 29 of file safelanes.h.
| int SafeLane::faction |
ID of the faction which owns the lane.
Definition at line 30 of file safelanes.h.
| double SafeLane::map_alpha |
Alpha to display on the map.
Definition at line 33 of file safelanes.h.
| int SafeLane::point_id[2] |
ID of the patrol's endpoints.
Definition at line 32 of file safelanes.h.
| SafeLaneLocType SafeLane::point_type[2] |
Type of the patrol's endpoints.
Definition at line 31 of file safelanes.h.