Open main menu

UESPWiki β

Morrowind Mod:XRadDeg

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xRadDeg converts a value from radians to degrees.

SyntaxEdit

degrees (float): xRadDeg radians (float)

ExampleEdit

float degree
float radian

Setx radian to 25
Setx degree to xRadDeg radian

See AlsoEdit