Open main menu

UESPWiki β

Morrowind Mod:XSin

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xSin returns the sine of the angle (which given in radians).

SyntaxEdit

sine (float): xSin radian (float)

ExampleEdit

float angleInRadians
float result

Setx angleInRadians to 25
Setx result to xSin angleInRadians

See AlsoEdit