Open main menu

UESPWiki β

Morrowind Mod:XSqrt

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xSqrt returns the square root of the value. (Use Tribunal's GetSquareRoot instead.)

SyntaxEdit

root (float): xSqrt x (float)

ExampleEdit

float number
float result

Setx number to 25
Setx result to xSqrt number

See AlsoEdit