Difference between revisions of "Community API Documentation"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "This is unofficial, community-generated documentation of the KSP classes you may find useful for writing plugins. Useful classes: CelestialBody FlightCtrlState [[Flig...")
 
Line 2: Line 2:
  
 
Useful classes:
 
Useful classes:
 +
 
[[CelestialBody]]
 
[[CelestialBody]]
 +
 
[[FlightCtrlState]]
 
[[FlightCtrlState]]
 +
 
[[FlightGlobals]]
 
[[FlightGlobals]]
 +
 
[[FlightInputHandler]]
 
[[FlightInputHandler]]
 +
 
[[Orbit]]
 
[[Orbit]]
 +
 
[[Part]]
 
[[Part]]
 +
 
[[Staging]]
 
[[Staging]]
[[Vector3d]
+
 
 +
[[Vector3d]]
 +
 
 
[[Vessel]]
 
[[Vessel]]

Revision as of 18:54, 6 April 2012

This is unofficial, community-generated documentation of the KSP classes you may find useful for writing plugins.

Useful classes:

CelestialBody

FlightCtrlState

FlightGlobals

FlightInputHandler

Orbit

Part

Staging

Vector3d

Vessel