Difference between revisions of "oapiGetAirspeed"

From OrbiterWiki
Jump to navigation Jump to search
m (links)
(Added category.)
 
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: Articles]]
 
[[Category:OrbiterSDK|GetAirspeed]]
 
[[Category:OrbiterSDK|GetAirspeed]]
 
[[Category:Aerodynamics API|GetAirspeed]]
 
[[Category:Aerodynamics API|GetAirspeed]]

Latest revision as of 15:48, 16 October 2022

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

BOOL oapiGetAirspeed (
                     OBJHANDLE hVessel,
                     double *airspeed)

Parameters[edit]

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

Return value[edit]

Returns FALSE if the call fails.

Notes[edit]

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