DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ FModulus()

static float FModulus ( float x,
float y )
staticprotected

См. определение в файле MiscGameplayFunctions.c строка 1631

1632 {
1633 return Math.ModFloat(x, y);
1634 }
Icon x
Icon y
Определения EnMath.c:7
static proto float ModFloat(float x, float y)
Returns the floating-point remainder of x/y rounded towards zero.

Перекрестные ссылки Math::ModFloat(), x и y.

Используется в Bobbing().