Open main menu

UESPWiki β

Morrowind Mod:XArcTan

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xArcTan returns the arc tangent (in radians) of the angle.

SyntaxEdit

radians (float): xArcTan tangent (float)

ExampleEdit

float tangent
float result

Setx tangent to 25
Setx result to xArcTan tangent

See AlsoEdit