MIST getClimbAngle

From DCS World Wiki - Hoggitworld.com


mist.getClimbAngle

Added with: Mist 1.0
Description
Returns the value of the specified unit climb angle in radians
Syntax
number mist.getClimbAngle(Unit unit )
Valid Input Values:
unit = Unit Object
Return value:
number
Return example:
0.17
Usage Examples:

do

local myUnit = Unit.getByName('unitsName')
local climeAngle= mist.getClimbAngle(myUnit)

end

Notes:
Related Functions
getHeading, getNorthCorrection, getAttitude, getPitch, getRoll, getYaw, getAoA, getClimbAngle, getDir

Scripting Engine

MIST Root Page