Open main menu

UESPWiki β

Morrowind Mod:XArcSin

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xArcSin returns the arc sine (in radians) of the angle.

SyntaxEdit

radians (float): xArcSin sine (float)

ExampleEdit

float sine
float result

Setx sine to 25
Setx result to xArcSine sine

See AlsoEdit