Difference between revisions of "MIST getYaw"

From DCS World Wiki - Hoggitworld.com
 
(No difference)

Latest revision as of 23:01, 13 April 2018


mist.getYaw

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

do

local myUnit = Unit.getByName('unitsName')
local yaw= mist.getYaw(myUnit)

end

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

Scripting Engine

MIST Root Page