Morrowind Mod:XSqrt
The UESPWiki – Your source for The Elder Scrolls since 1995
< Mod / Morrowind: Morrowind Mod: MWSE
A function added by MWSE.
xSqrt returns the square root of the value. (Use Tribunal's GetSquareRoot instead.)
Syntax[edit]
root (float): xSqrt x (float)
Example[edit]
float number float result Setx number to 25 Setx result to xSqrt number
See Also[edit]
xDistance
xHypot
xDegRad
xRadDeg
xCos
xSin
xTan
xArcCos
xArcSin
xArcTan