Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.59 KB

atmo.md

File metadata and controls

52 lines (35 loc) · 1.59 KB

std::atmo

Functions

atmo_launch

pub fn atmo_launch ( vessel : ksp::vessel::Vessel,
                     target_apoapsis : float,
                     heading : float,
                     low_turn : float,
                     high_turn : float ) -> Result<Unit>

Automatically launch a rocket from an atmosphere to a circular orbit.

Parameters

Name Type Optional Description
vessel ksp::vessel::Vessel
target_apoapsis float
heading float
low_turn float x
high_turn float x

atmo_launch_ascent

pub fn atmo_launch_ascent ( vessel : ksp::vessel::Vessel,
                            target_apoapsis : float,
                            heading : float,
                            low_turn : float,
                            high_turn : float ) -> Unit

Parameters

Name Type Optional Description
vessel ksp::vessel::Vessel
target_apoapsis float
heading float
low_turn float x
high_turn float x