Settings of a scheduled missile launch. More...
#include <game.h>
Public Attributes | |
double | t_start |
Launch. More... | |
double | dt_ping |
Ping. More... | |
double | dt_end |
Self-destruction. More... | |
double | v |
Initial velocity. More... | |
double | psi |
Initial orientation. More... | |
Settings of a scheduled missile launch.
Launch configuration to be passed to grvx_request_launch().
double GrvxMissileLaunch::dt_end |
Self-destruction.
The missile self destructs after this number of ticks if it didn't collide with a planet before. Self-destructions are unobservable events.
double GrvxMissileLaunch::dt_ping |
Ping.
A ping is send after this number of ticks if the missile wasn't destroyed earlier.
double GrvxMissileLaunch::psi |
Initial orientation.
Orientation during launch.
double GrvxMissileLaunch::t_start |
Launch.
Requested launch time.
double GrvxMissileLaunch::v |
Initial velocity.
Velocity during launch in multiples of the escape velocity; see grvx_v_esc().