Morrowind Mod:GetSquareRoot
< Mod / Morrowind: Morrowind Mod: Alphabetical Functions / Categorical FunctionsGetSquareRoot
GetSquareRoot, Value Where: Value = Value to compute the square root for, can be a literal or float variable Type: Misc, Tribunal Returns: float Example: if ( GetSquareRoot, fValue < 100 ) set fValue1 to ( GetSquareRoot, fValue2 ) Scripts:
Computes the square root of the given float value or variable.