C# Class ExLP.ExLaunchPad

Inheritance: PartModule, ExWorkSink
Mostrar archivo Open project: skykooler/Extraplanetary-Launchpads Class Usage Examples

Public Properties

Property Type Description
kethane_present bool

Public Methods

Method Description
OnLoad ( ConfigNode node ) : void
OnSave ( ConfigNode node ) : void
OnUpdate ( ) : void
getBuildCost ( ConfigNode nodes ) : double>.Dictionary

Private Methods

Method Description
BuildAndLaunchCraft ( ) : void
CheckForKethane ( ) : bool
DisableBuildMenuAction ( KSPActionParam param ) : void
EnableBuildMenuAction ( KSPActionParam param ) : void
FixCraftLock ( ) : void
GetLanchTransform ( ) : Transform
HackStrutCData ( Part p, int numParts ) : void
HackStruts ( Vessel vsl ) : void
HideBuildMenu ( ) : void
LoadConfigFile ( ) : void
MissingPopup ( bool>.Dictionary missing_parts ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
ReleaseVessel ( ) : void
ReleaseVesselAction ( KSPActionParam param ) : void
ResourceLine ( string label, string resourceName, float fraction, double minAmount, double maxAmount, double available ) : float
ShowBuildMenu ( ) : void
Start ( ) : void
ToggleBuildMenuAction ( KSPActionParam param ) : void
UpdateGUIState ( ) : void
UseResources ( Vessel craft ) : void
WindowGUI ( int windowID ) : void
craftSelectCancel ( ) : void
craftSelectComplete ( string filename, string flagname ) : void
dumpxform ( Transform t, string n = "" ) : void
onHideUI ( ) : void
onShowUI ( ) : void
onVesselChange ( Vessel v ) : void
onVesselSituationChange ( Vessel.Situations>.GameEvents vs ) : void

Method Details

OnLoad() public method

public OnLoad ( ConfigNode node ) : void
node System.ConfigNode
return void

OnSave() public method

public OnSave ( ConfigNode node ) : void
node System.ConfigNode
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

getBuildCost() public method

public getBuildCost ( ConfigNode nodes ) : double>.Dictionary
nodes System.ConfigNode
return double>.Dictionary

Property Details

kethane_present public_oe static_oe property

public static bool kethane_present
return bool