Table of Contents

Class LaunchPadController

Namespace
KSP.FX.LaunchSystems
Assembly
Assembly-CSharp.dll
public class LaunchPadController : KerbalMonoBehaviour
Inheritance
LaunchPadController
Inherited Members
Extension Methods

Constructors

LaunchPadController()

public LaunchPadController()

Fields

LaunchPadLocation

public OABProvider.LaunchLocation LaunchPadLocation

Field Value

OABProvider.LaunchLocation

LaunchStatus

public LaunchPadController.LaunchSequenceState LaunchStatus

Field Value

LaunchPadController.LaunchSequenceState

spawnedVessel

public VesselComponent spawnedVessel

Field Value

VesselComponent

Methods

GetLaunchControllerForLocation(LaunchLocation)

public static LaunchPadController GetLaunchControllerForLocation(OABProvider.LaunchLocation location)

Parameters

location OABProvider.LaunchLocation

Returns

LaunchPadController

GetVesselOnLaunchpad()

public VesselComponent GetVesselOnLaunchpad()

Returns

VesselComponent

InitiateLaunch(bool)

public void InitiateLaunch(bool ignorePrelaunch = false)

Parameters

ignorePrelaunch bool

InitiatePrelaunch(VesselComponent)

public void InitiatePrelaunch(VesselComponent vessel = null)

Parameters

vessel VesselComponent

IsDoneStaging()

public bool IsDoneStaging()

Returns

bool

TriggerLaunch()

public void TriggerLaunch()