naev 0.12.6
JumpPoint Struct Reference

Represents a jump lane. More...

Collaboration diagram for JumpPoint:

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 261 of file space.h.

Field Documentation

◆ angle

double JumpPoint::angle

Direction the jump is facing.

Definition at line 270 of file space.h.

◆ cosa

double JumpPoint::cosa

Cosinus of the angle.

Definition at line 273 of file space.h.

◆ flags

unsigned int JumpPoint::flags

Flags related to the jump point's status.

Definition at line 268 of file space.h.

◆ from

StarSystem* JumpPoint::from

System containing this jump point.

Definition at line 262 of file space.h.

◆ hide

double JumpPoint::hide

ewarfare hide value for the jump point

Definition at line 269 of file space.h.

◆ map_alpha

double JumpPoint::map_alpha

Alpha to display on the map.

Definition at line 271 of file space.h.

◆ mo

MapOverlayPos JumpPoint::mo

Overlay layout data.

Definition at line 277 of file space.h.

◆ pos

vec2 JumpPoint::pos

Position in the system.

Definition at line 266 of file space.h.

◆ radius

double JumpPoint::radius

Radius of jump range.

Definition at line 267 of file space.h.

◆ returnJump

JumpPoint* JumpPoint::returnJump

How to get back. Can be NULL

Definition at line 265 of file space.h.

◆ sina

double JumpPoint::sina

Sinus of the angle.

Definition at line 274 of file space.h.

◆ sx

int JumpPoint::sx

X sprite to use.

Definition at line 275 of file space.h.

◆ sy

int JumpPoint::sy

Y sprite to use.

Definition at line 276 of file space.h.

◆ target

StarSystem* JumpPoint::target

Target star system to jump to.

Definition at line 264 of file space.h.

◆ targetid

int JumpPoint::targetid

ID of the target star system.

Definition at line 263 of file space.h.


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