Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
unorigdest Struct Reference

#include <images.h>

Public Member Functions

 unorigdest (Unit *un, Unit *jumppoint, StarSystem *orig, StarSystem *dest, float delay, int ani, bool justloaded, QVector use_coordinates)
 

Public Attributes

UnitContainer un
 
UnitContainer jumppoint
 
StarSystemorig
 
StarSystemdest
 
float delay
 
int animation
 
bool justloaded
 
bool ready
 
QVector final_location
 

Detailed Description

Definition at line 378 of file images.h.

Constructor & Destructor Documentation

unorigdest::unorigdest ( Unit un,
Unit jumppoint,
StarSystem orig,
StarSystem dest,
float  delay,
int  ani,
bool  justloaded,
QVector  use_coordinates 
)
inline

Definition at line 389 of file images.h.

396  : un( un )
397  , jumppoint( jumppoint )
398  , orig( orig )
399  , dest( dest )
400  , delay( delay )
401  , animation( ani )
403  , ready( true )
404  , final_location( use_coordinates ) {}

Member Data Documentation

int unorigdest::animation

Definition at line 385 of file images.h.

float unorigdest::delay

Definition at line 384 of file images.h.

StarSystem* unorigdest::dest

Definition at line 383 of file images.h.

QVector unorigdest::final_location

Definition at line 388 of file images.h.

UnitContainer unorigdest::jumppoint

Definition at line 381 of file images.h.

bool unorigdest::justloaded

Definition at line 386 of file images.h.

StarSystem* unorigdest::orig

Definition at line 382 of file images.h.

bool unorigdest::ready

Definition at line 387 of file images.h.

UnitContainer unorigdest::un

Definition at line 380 of file images.h.


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