Background for Skyrim SE
Member of the LibMathf script
intfunctionFloorToInt(floatf)NativeGlobal

Description

Documentation Comment

Returns the largest number (as Int) smaller than or equal to f


Caveats


Parameters

floatf


Examples

Auto-Generated Example

float myFloat__f

int returnedValue = LibMathf.FloorToInt(myFloat__f)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.