Background for Skyrim SE
Member of the DbMiscFunctions script
intfunctionIntSqrt(inti)Global

Description

Documentation Comment

returns floor of the square root of i.


Caveats


Parameters

inti


Examples

Auto-Generated Example

int myInt__i

int returnedValue = DbMiscFunctions.IntSqrt(myInt__i)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.