naev 0.11.5
JumpPoint Struct Reference

Represents a jump lane. More...

Data Fields

StarSystem * from
 
int targetid
 
StarSystem * target
 
JumpPoint * returnJump
 
vec2 pos
 
double radius
 
unsigned int flags
 
double hide
 
double angle
 
double map_alpha
 
double cosa
 
double sina
 
int sx
 
int sy
 
MapOverlayPos mo
 

Detailed Description

Represents a jump lane.

Definition at line 203 of file space.h.

Field Documentation

◆ angle

double JumpPoint::angle

Direction the jump is facing.

Definition at line 212 of file space.h.

◆ cosa

double JumpPoint::cosa

Cosinus of the angle.

Definition at line 215 of file space.h.

◆ flags

unsigned int JumpPoint::flags

Flags related to the jump point's status.

Definition at line 210 of file space.h.

◆ from

StarSystem* JumpPoint::from

System containing this jump point.

Definition at line 204 of file space.h.

◆ hide

double JumpPoint::hide

ewarfare hide value for the jump point

Definition at line 211 of file space.h.

◆ map_alpha

double JumpPoint::map_alpha

Alpha to display on the map.

Definition at line 213 of file space.h.

◆ mo

MapOverlayPos JumpPoint::mo

Overlay layout data.

Definition at line 219 of file space.h.

◆ pos

vec2 JumpPoint::pos

Position in the system.

Definition at line 208 of file space.h.

◆ radius

double JumpPoint::radius

Radius of jump range.

Definition at line 209 of file space.h.

◆ returnJump

JumpPoint* JumpPoint::returnJump

How to get back. Can be NULL

Definition at line 207 of file space.h.

◆ sina

double JumpPoint::sina

Sinus of the angle.

Definition at line 216 of file space.h.

◆ sx

int JumpPoint::sx

X sprite to use.

Definition at line 217 of file space.h.

◆ sy

int JumpPoint::sy

Y sprite to use.

Definition at line 218 of file space.h.

◆ target

StarSystem* JumpPoint::target

Target star system to jump to.

Definition at line 206 of file space.h.

◆ targetid

int JumpPoint::targetid

ID of the target star system.

Definition at line 205 of file space.h.


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