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

◆ FModulus()

static float FModulus ( float x,
float y )
staticprotected

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

1619 {
1620 return Math.ModFloat(x, y);
1621 }
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().