github untoldwind/KontrolSystem2 v0.4.0.2

latest releases: v0.5.9.5, v0.5.9.4, v0.5.9.3...
pre-release16 months ago
use { Vessel } from ksp::vessel
use { flight_plan } from ksp::addons
use { CONSOLE } from ksp::console
use { current_time } from ksp::game

pub fn main_flight(vessel: Vessel) -> Result<Unit, string> = {
    const fp = flight_plan().ok_or("Flight plan not available")?

    CONSOLE.print_line("FP: Version " + fp.version)

    fp.circularize(current_time() + 300)
}

Don't miss a new KontrolSystem2 release

NewReleases is sending notifications on new releases.