Open main menu

UESPWiki β

Morrowind Mod:XDegRad

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xDegRad converts a value from degrees to radians.

SyntaxEdit

radians (float): xDegRad degrees (float)

ExampleEdit

float degree
float radian

Setx degree to 25
Setx radian to xDegRad degree

See AlsoEdit