Difference between revisions of "oapiGetAirspeed"

From OrbiterWiki
Jump to navigation Jump to search
m (sorting specifier)
m (links)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Returns the airspeed of the specified vessel w.r.t. the closest planet or moon.
+
Returns the true [[Airspeed|airspeed]] of the specified [[Vessel|vessel]] w.r.t. the closest [[celestial body]].
  
 
  BOOL oapiGetAirspeed (
 
  BOOL oapiGetAirspeed (
                       OBJHANDLE hVessel,
+
                       [[OBJHANDLE]] hVessel,
 
                       double *airspeed)
 
                       double *airspeed)
  
Line 15: Line 15:
 
This function works even if the planet does not have an atmosphere. It returns the equivalent of airspeed.
 
This function works even if the planet does not have an atmosphere. It returns the equivalent of airspeed.
  
[[Category:API|GetAirspeed]][[Category:Aerodynamics|GetAirspeed]]
+
[[Category:OrbiterSDK|GetAirspeed]]
 +
[[Category:Aerodynamics API|GetAirspeed]]

Revision as of 10:52, 7 January 2008

Returns the true airspeed of the specified vessel w.r.t. the closest celestial body.

BOOL oapiGetAirspeed (
                     OBJHANDLE hVessel,
                     double *airspeed)

Parameters

hVessel
vessel handle
airspeed
pointer to the variable receiving the airspeed (m/s)

Return value

Returns FALSE if the call fails.

Notes

This function works even if the planet does not have an atmosphere. It returns the equivalent of airspeed.