Background for Skyrim SE
Member of the LibMathf script
floatfunctionRepeat(floatt, floatlen)NativeGlobal

Description

Documentation Comment

Loops t so t is never larger than length and never smaller than 0


Caveats


Parameters

floatt

floatlen


Examples

Auto-Generated Example

float myFloat__t
float myFloat__len

float returnedValue = LibMathf.Repeat(myFloat__t, myFloat__len)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.